var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Top 30 Hottest Ever Sports Illustrated Swimwear Models
"; arnews[0] += "We love Sports Illustrated swimwear models here at hecklerspray. Sure, we like looking at the pictures of beautiful girls but we also like to think they are performing an important role of getting more people interested in swimming."; arnews[0] += "
Publ.Date : Mon, 02 Nov 2009 18:01:32 GMT"; arnews[0] += "
"; arnews[1]="The Top 10 Sexiest Commercials
"; arnews[1] += "Brooke Shields wriggles. Cindy Crawford smolders. Ad industry veterans rate the raciest U.S. ads of all time."; arnews[1] += "
Publ.Date : Thu, 11 Jun 2009 18:49:57 GMT"; arnews[1] += "
"; totcount = 2; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");