var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="SI swimsuit covers
"; arnews[0] += "Here are the women who have graced the cover of the Sports Illustrated swimsuit issue over the years."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Sneak peek: SI swimsuit edition
"; arnews[1] += "Click on the photo for a sneak peek of this year's Sports Illustrated swimsuit edition, which went on sale today."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:00:52 GMT"; arnews[1] += "
"; arnews[2]="Sports Illustrated swimsuit issue preview
"; arnews[2] += "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[2] += "
Publ.Date : Fri, 05 Feb 2010 17:08:41 GMT"; arnews[2] += "
"; arnews[3]="Celebrity sightings
"; arnews[3] += "Jamie Foxx and R&B singer Ne-Yo laid low at the Fontainebleau. Over at Gansevoort, MTV's ``Jersey Shore'' castmember Snooki cuddled up to local boy Roman Jones at Louis Bar."; arnews[3] += "
Publ.Date : Fri, 15 Jan 2010 09:00:00 GMT"; arnews[3] += "
"; arnews[4]="In the WAGs' court
"; arnews[4] += "Apart from acting, it is hard to think of a profession that brings with it more razzmatazz than professional sport."; arnews[4] += "
Publ.Date : Tue, 29 Dec 2009 21:06:36 GMT"; arnews[4] += "
"; arnews[5]="TUES. A.M. CLICKS: WAGs of the decade; dogs riding bikes
"; arnews[5] += "To submit a link for Hot Clicks, E-mail Andy Gray here . If you have a comment or question for Jimmy Traina, you can e-mail him here ."; arnews[5] += "
Publ.Date : Wed, 23 Dec 2009 02:22:56 GMT"; arnews[5] += "
"; totcount = 6; 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("
");