var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brooklyn Decker Lands Cover of Sports Illustrated Swimsuit Issue
";
arnews[0] += "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[0] += "
Publ.Date : Wed, 10 Feb 2010 05:42:04 GMT";
arnews[0] += "
";
arnews[1]="Leno To Letterman: Thanks For Super Bowl Ad Invite
";
arnews[1] += "Jay Leno has a message for David Letterman: Thanks. Leno said that \"whatever happened in the last 18 years disappeared\" when the two comics got together to film their surprise Super Bowl ad last week.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:45:58 GMT";
arnews[1] += "
";
arnews[2]="Mayoral Racy
";
arnews[2] += "Kristen Lucas is the woman at the centre of the scandal swirling around mayoral candidate Adam Giambrone.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:26:03 GMT";
arnews[2] += "
";
arnews[3]="TV talk-show highlights: Wednesday
";
arnews[3] += "Today World champion and U.S. Olympic skater Evan Lysacek. 9 a.m. Live With Regis and Kelly Jennifer Garner, Ruby Gettinger, chef Jean-Georges Vongerichten.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:12:18 GMT";
arnews[3] += "
";
arnews[4]="Leno to Letterman: Thanks for joining in Super Bowl ad
";
arnews[4] += "Jay Leno has a message for David Letterman: Thanks. Leno says that \"whatever happened in the last 18 years disappeared\" when the two comics got together to film their surprise Super Bowl ad last week.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:47:30 GMT";
arnews[4] += "
";
arnews[5]="Payton, Brees relish Super Bowl victory for New Orleans
";
arnews[5] += "Published: Tuesday, February 9, 2010 at 4:01 a.m. Last Modified: Tuesday, February 9, 2010 at 2:07 a.m. FORT LAUDERDALE - Clearly exhausted from a late night of post-Super Bowl celebrations, Sean Payton leaned on a podium Monday morning, clutching the Vince Lombardi trophy in his right hand.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:40:06 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("