var arnews = new Array(8);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sports Illustrated Swimsuit 2010 Cover Girl is Brooklyn Decker in New Edition
";
arnews[0] += "The Sports Illustrated Swimsuit Edition 2010 has revealed Brooklyn Decker as its new star.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:07:32 GMT";
arnews[0] += "
";
arnews[1]="Brooklyn Decker Sizzles as the 2010 Sports Illustrated Swimsuit Cover ...
";
arnews[1] += "Tabbed \"A Perfect 10,\" Decker is a five-year veteran of SI Swimsuit. The cover was shot by legendary SI photographer Walter Iooss Jr.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:25:53 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]="FRI. A.M. CLICKS: Lucia warms us up; Nets let fan run play
";
arnews[3] += "Get all previous editions of Hot Clicks here . Follow Jimmy Traina on Twitter here .";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 22:14:51 GMT";
arnews[3] += "
";
totcount = 4;
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("