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]="People in the News
";
arnews[1] += "Model takes her turn 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[1] += "
Publ.Date : Wed, 10 Feb 2010 11:06:22 GMT";
arnews[1] += "
";
arnews[2]="Brooklyn Decker scores 2010 Sports Illustrated Swimsuit Issue cover
";
arnews[2] += "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[2] += "
Publ.Date : Wed, 10 Feb 2010 09:40:14 GMT";
arnews[2] += "
";
arnews[3]="Exercise Success for People Over 50: Reports of Improved Fitness, Circulation and Balance
";
arnews[3] += "According to the Centers for Disease Control, approximately 90 percent of American adults are so sedentary they could almost be reclassified as statues.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:30:37 GMT";
arnews[3] += "
";
arnews[4]="S.I. swimsuit issue features 'Dancing With the Stars' couples, spray tan and all
";
arnews[4] += "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[4] += "
Publ.Date : Wed, 10 Feb 2010 06:41:22 GMT";
arnews[4] += "
";
arnews[5]="K-Fed 'would definitely' do 'Dancing w/Stars'
";
arnews[5] += "The show's producers \"feel I might be overqualified because I'm a hip hop dancer,\" said K-Fed, \"but I know nothing about ballroom.\" Meanwhile, there's been a lot of focus on the cover of the Sports Illustrated swimsuit issue Tuesday morning, but did you know that four Dancing couples are featured inside? Cheryl Burke appears with Maurice Greene, ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:13:43 GMT";
arnews[5] += "
";
arnews[6]="Brooklyn Decker Is 2010 SI Cover Girl
";
arnews[6] += "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[6] += "
Publ.Date : Tue, 09 Feb 2010 20:58:51 GMT";
arnews[6] += "
";
arnews[7]="Which model scored the SI swimsuit cover?
";
arnews[7] += "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[7] += "
Publ.Date : Tue, 09 Feb 2010 17:00:19 GMT";
arnews[7] += "
";
arnews[8]="Exercise Success for People Over 50: Reports of Improved Fitness, Circulation and Balance
";
arnews[8] += "According to the Centers for Disease Control, approximately 90 percent of American adults are so sedentary they could almost be reclassified as statues.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 14:25:50 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("