var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="People in the News
";
arnews[0] += "A photo of model Brooklyn Decker , the 22-year-old wife of tennis star Andy Roddick , has been chosen as the cover shot for the Sports Illustrated swimsuit edition.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:14:37 GMT";
arnews[0] += "
";
arnews[1]="Brooklyn Decker (PHOTOS): Mom Cried About SI Cover
";
arnews[1] += "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[1] += "
Publ.Date : Wed, 10 Feb 2010 11:27:27 GMT";
arnews[1] += "
";
arnews[2]="Brooklyn on Brooklyn: SI cover girl passes test
";
arnews[2] += "Brooklyn Decker wears skin-tight pink minidress at Sports Illustrated Swimsuit Models gala.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:31:53 GMT";
arnews[2] += "
";
arnews[3]="Erin Andrews says perv sentence too lenient
";
arnews[3] += "ESPN's Erin Andrews at a college football game in November. The slimy videoA voyeur who made peephole porn of ESPN 's Erin Andrews deserves to spend 27 months in jail, state prosecutors said - but the blond broadcaster says that's not enough.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 10:26:03 GMT";
arnews[3] += "
";
arnews[4]="Brooklyn Decker scores 2010 Sports Illustrated Swimsuit Issue cover
";
arnews[4] += "Brooklyn Decker has made the cover of the Sports Illustrated swimsuit issue . The 22-year-old model and wife of tennis star Andy Roddick was revealed as the 2010 cover girl on Monday's Late Show with David Letterman when a sheet was removed to unveil a billboard version of the cover in Times Square.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:40:14 GMT";
arnews[4] += "
";
arnews[5]="S.I. swimsuit issue features 'Dancing With the Stars' couples, spray tan and all
";
arnews[5] += "They sure can dance, but can they model? Four former couples from \" Dancing With the Stars \" are featured in this year's Sports Illustrated swimsuit issue.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:41:22 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("