var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brooklyn Decker, wife of tennis star Andy Roddick, aces SI swimsuit ... - Hartford Courant
";
arnews[0] += "NEW YORK ( AP) — Model Brooklyn Decker landed the coveted Sports Illustrated Swimsuit cover this year. The 22-year-old wife of tennis star Andy Roddick said being chosen for the front is \"the news of a lifetime.\" The cover photo of Decker smiling ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:16:00 GMT";
arnews[0] += "
";
arnews[1]="Brooklyn Decker, Wife of Tennis Star Andy Roddick, Named Sports ... - Associated Content
";
arnews[1] += "Brooklyn Decker, the wife of tennis star Andy Roddick, has been named the Sports Illustrated cover girl for the 2010 Sports illustrated Swimsuit Edition. Brooklyn Decker is 22 years old and has been married to Andy Roddick since April. The magazine's ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT";
arnews[1] += "
";
arnews[2]="America’s next top supermodel - CharlotteObserver.com
";
arnews[2] += "Model and Matthews native Brooklyn Decker landed the coveted Sports Illustrated Swimsuit cover this year, which hits newsstands Wednesday. The 22-year-old wife of tennis star Andy Roddick said being chosen for the front is \"the news of a lifetime ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:22:00 GMT";
arnews[2] += "
";
arnews[3]="Brooklyn Decker Lands S.I. Swimsuit Cover - NBC Chicago
";
arnews[3] += "... swimsuit edition, propelling her into the ranks of an elite club of supermodels that includes Bar Rafaeli, Heidi Klum and Tyra Banks. Decker, a 22-year-old blonde stunner who is married to tennis star Andy Roddick, is photographed on the mag's ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 09:05:00 GMT";
arnews[3] += "
";
arnews[4]="Andy Roddick is SAP Open's top seed - San Jose Mercury News
";
arnews[4] += "Andy Roddick is the top seed for the SAP Open tennis tournament that begins Monday at HP Pavilion. Roddick will play his first-round match in the 7 p.m. session Wednesday against a qualifier. The tournament begins Monday, highlighted by an exhibition ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 04:01:00 GMT";
arnews[4] += "
";
arnews[5]="Andy Roddick's wife, Brooklyn Decker, on Sports Illustrated swimsuit ... - Detroit Free Press
";
arnews[5] += "NEW YORK — Model Brooklyn Decker landed the coveted Sports Illustrated swimsuit cover this year. The 22-year-old wife of tennis star Andy Roddick said being chosen for the front is “the news of a lifetime.” The cover photo of Decker smiling in ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:49:00 GMT";
arnews[5] += "
";
arnews[6]="Andy Roddick's wife is smashing hot! - MSN India Cricket
";
arnews[6] += "Tennis star, Andy Roddick maybe a loudmouth on the courts, but it's his smoking hot wife who has left all of us all speechless! A-rod's better half is the best, atleast that's what the new Sports Illustrated swimsuit issue cover showed us. Brooklyn ...";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 07:45:00 GMT";
arnews[6] += "
";
totcount = 7;
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("