var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Sneak peek: SI swimsuit edition
"; arnews[0] += "Click on the photo for a sneak peek of this year's Sports Illustrated swimsuit edition, which went on sale today."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:00:52 GMT"; arnews[0] += "
"; arnews[1]="Sports Illustrated swimsuit issue preview
"; arnews[1] += "Jessica White will be in the swim suit issue which goes on sale Feb. 9, 2010. Photo Credit: Raphael Mazzucco This is the cover of the 1998 Sports Illustrated Swimsuit edition, featuring model Heidi Klum."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 17:08:41 GMT"; arnews[1] += "
"; arnews[2]="Sports Illustrated: Exposure
"; arnews[2] += "Ah, the dream team: a collection of the best people in a field, gathered together for a spectacular performance."; arnews[2] += "
Publ.Date : Thu, 26 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Top 20 Victoriaa s Secret Models Of All Time
"; arnews[3] += "Victoria's Secret? Well, it's not really a secret at all. Want to sell some underwear? Just get some of the hottest women alive to prance around in it."; arnews[3] += "
Publ.Date : Mon, 23 Nov 2009 23:00:16 GMT"; arnews[3] += "
"; arnews[4]="Top 30 Hottest Ever Sports Illustrated Swimwear Models
"; arnews[4] += "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[4] += "
Publ.Date : Mon, 02 Nov 2009 18:01:32 GMT"; arnews[4] += "
"; totcount = 5; 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("
");