var headline = "Come help us cheer on the Penguins as they bring home the cup!!";
var paragraph = "We will be showing the game this Friday by the Bar";
var cl = "penguin";
var target = "05/16/2009";
var targetDate=new Date(target);
var today = new Date();
if(today<=targetDate)
document.write("<div id='' class='"+ cl +"'>"+ headline +"<br><img src='/images/penguin.gif' /><br>"+ paragraph +"</div><hr width='50%' />");


