var arnews = new Array(6);
totcount = 6;
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]="Lloyd Bonnifide
";
arnews[1] += "They would've included a bong on the cover if it was Bode Miller. Comment by ScubaSteve - February 5th, 2010 @ 11:58 am yes but we wouldnt have wanted to see it though! Comment by Im Mr.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:50:10 GMT";
arnews[1] += "
";
arnews[2]="Sanchez finding her confidence on circuit again
";
arnews[2] += "RANCHO MIRAGE - Olivia Sanchez of France feels like she has won a tournament already after Friday's 6-3, 6-4 quarterfinal victory over fourth-seeded Madison Brengle in the Childhelp Desert Classic.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Previewing 2010 in auto racing
";
arnews[3] += "The world of auto racing is ripe with intriguing storylines ahead of its 2010 season.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 18:54:00 GMT";
arnews[3] += "
";
arnews[4]="Saying, "I Love You" made easy no matter where you are
";
arnews[4] += "What if you are in an exotic land and the only thing keeping you away from finding true love, is language? Here's a cut-and-keep guide that lets you say,A I Love You, like a pro in 36 languages.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 03:58:18 GMT";
arnews[4] += "
";
arnews[5]="TUES. A.M. CLICKS: 2010 Swimsuit preview; Super halftime
";
arnews[5] += "Get all previous editions of Hot Clicks here . Follow Jimmy Traina on Twitter here .";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 22:34:40 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("