var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brooklyn Decker (PHOTOS): Mom Cried About SI Cover
";
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 : Wed, 10 Feb 2010 11:27:27 GMT";
arnews[0] += "
";
arnews[1]="Brooklyn on Brooklyn: SI cover girl passes test
";
arnews[1] += "Brooklyn Decker wears skin-tight pink minidress at Sports Illustrated Swimsuit Models gala.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:31:53 GMT";
arnews[1] += "
";
arnews[2]="Erin Andrews says perv sentence too lenient
";
arnews[2] += "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[2] += "
Publ.Date : Wed, 10 Feb 2010 10:26:03 GMT";
arnews[2] += "
";
arnews[3]="Mrs Andy Roddick's the new Sports Illustrated cover girl
";
arnews[3] += "Mayer: 'Heartbreak Warfare is not about Aniston' Michael Lohan: 'I'm not a deadbeat dad' Hefner's divorce finalised in March Carradine addresses photo error Recovering Cuomo to headline Bonnaroo with Weezer Cowell's Everybody Hurts makes history Mayer: 'Heartbreak Warfare is not about Aniston' Michael Lohan: 'I'm not a deadbeat dad' Hefner's ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:48:13 GMT";
arnews[3] += "
";
arnews[4]="Brooklyn Decker Lands Cover of Sports Illustrated Swimsuit Issue
";
arnews[4] += "The newest model to grace the cover of the annual Sports Illustrated Swimsuit Edition is Brooklyn Decker! The Ohio blond, who is married to tennis star Andy Roddick , was officially announced as the magazinea s cover girl last night on the Late Show with David Letterman .";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:42:04 GMT";
arnews[4] += "
";
arnews[5]="Fly: Brooklyn Decker on SI swimsuit cover
";
arnews[5] += "Hey, didn't you used to be the No. 1 team in the Big 12? The Sports Illustrated swimsuit edition will arrive in a mailbox near you, if not your mailbox, very soon.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="SI swimsuit covers
";
arnews[6] += "Here are the women who have graced the cover of the Sports Illustrated swimsuit issue over the years.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Afternoon Links
";
arnews[7] += "Matt Damon was photographed leaving the Radio 1 Studios in London, UK this morning.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 01:17:54 GMT";
arnews[7] += "
";
arnews[8]="Swimsuit 2010: Bar Refaeli
";
arnews[8] += "Bar Refaeli, 24, began modeling as an eight-month-old in her native Israel. Bar would pester her mother to sign her up for photo shoots and commercials and only took a 3-year break while wearing braces.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 23:38:43 GMT";
arnews[8] += "
";
totcount = 9;
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("