var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Roddick's wife thrilled to grace swimsuit cover
";
arnews[0] += "Model Brooklyn Decker landed the coveted Sports Illustrated Swimsuit cover this year.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:30:00 GMT";
arnews[0] += "
";
arnews[1]="Brooklyn Decker, Roddick's Wife, On SI Swimsuit Cover
";
arnews[1] += "Model Brooklyn Decker landed the coveted Sports Illustrated Swimsuit cover this year.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:38:23 GMT";
arnews[1] += "
";
arnews[2]="SI puts Roddick's wife on cover
";
arnews[2] += "Model Brooklyn Decker landed the coveted Sports Illustrated Swimsuit cover this year.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:05:01 GMT";
arnews[2] += "
";
arnews[3]="Brooklyn Decker_20100209150215_JPG
";
arnews[3] += "An image provided by Sports Illustrated shows the cover of the March 12, 2010, edition of Sports Illustrated magazine, the annual swimsuit edition.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:42:32 GMT";
arnews[3] += "
";
arnews[4]="Brooklyn Decker lands cover of Sports Illustrated Swimsuit Issue
";
arnews[4] += "Andy Roddick's wife, Brooklyn Decker, has become the latest cover girl for the coveted Sports Illustrated Swimsuit Issue.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:25:26 GMT";
arnews[4] += "
";
arnews[5]="Brooklyn Decker Lands SI Swimsuit Cover
";
arnews[5] += "Model Brooklyn Decker landed the coveted Sports Illustrated Swimsuit cover this year.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:04:28 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("