var headline="Ms. DJs Island 2010";
var paragraph="Congratulations to Denise She is now the new Ms. DJ's Island 2010 First Runner Up is Autumn and Second Runner Up is Jenn. The votes were all very close and all these gorgeous ladies including Rachel and Coleen are winners at DJs Island. Come join us at the Ms. No Swimsuit Contest in March 2010";
var cl="ltpurple";
var target="01/31/2008";
var targetDate=new Date(target);
var today = new Date();
if(today<=targetDate)
document.write("<div id='' class='"+ cl +"'><h3>"+ headline +"</h3><p>"+ paragraph +"</p></div><hr width='50%' />");

