var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brooklyn Decker Is 2010 SI Cover Girl
";
arnews[0] += "A photo of U.S. supermodel Brooklyn Decker graces the cover of the 2010 Sports Illustrated swimsuit issue, which appeared on newsstands and SI.com Tuesday.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:58:51 GMT";
arnews[0] += "
";
arnews[1]="SI Swimsuit models dish bathing suit wisdom
";
arnews[1] += "Published: Monday, February 8, 2010 at 4:51 p.m. Last Modified: Monday, February 8, 2010 at 4:51 p.m. New York There's a swimsuit out there for everyone, but even for Sports Illustrated Swimsuit models, finding the right one can take a little time.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Brooklyn Decker is 2010 SI cover girl
";
arnews[2] += "A photo of U.S. supermodel Brooklyn Decker graces the cover of the 2010 Sports Illustrated swimsuit issue, which appeared on newsstands and SI.com Tuesday.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:50:06 GMT";
arnews[2] += "
";
arnews[3]="Getting the skinny on swimsuits
";
arnews[3] += "There's a swimsuit out there for everyone, but even for Sports Illustrated Swimsuit models, finding the right one can take a little time.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:23:00 GMT";
arnews[3] += "
";
arnews[4]="Brooklyn Decker Sizzles as the 2010 Sports Illustrated Swimsuit Cover ...
";
arnews[4] += "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[4] += "
Publ.Date : Tue, 09 Feb 2010 15:25:53 GMT";
arnews[4] += "
";
arnews[5]="What suits you?
";
arnews[5] += "There's a swimsuit out there for everyone, but even for Sports Illustrated Swimsuit models, finding the right one can take a little time.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 11:52:58 GMT";
arnews[5] += "
";
arnews[6]="The scoop on swimsuits
";
arnews[6] += "The scoop on swimsuits Even Sports Illustrated models need to try on more than one By SAMANTHA CRITCHELL The Associated Press NEW YORK Mon.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 16:51:09 GMT";
arnews[6] += "
";
totcount = 7;
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("