var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Djokovic advances in Rotterdam - CNN Sports Illustrated
";
arnews[0] += "ROTTERDAM, Netherlands (AP) -- Top seed Novak Djokovic and Mikhail Youzhny have advanced to the second round of ABN Amro indoor tennis tournament. Djokovic won 6-2, 4-1 when Sergiy Stakhovsky of Ukraine retired with a leg injury. Youzhny, the sixth ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT";
arnews[0] += "
";
arnews[1]="Henin given wild card into Indian Wells - USA Today
";
arnews[1] += "INDIAN WELLS, California (AP) — Australian Open runner-up Justine Henin has been given a wild ... ranked Roger Federer, defending champion Rafael Nadal and Novak Djokovic. The women's field includes Maria Sharapova, Kim Clijsters and defending ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 18:23:00 GMT";
arnews[1] += "
";
arnews[2]="Federer, S. Williams to stay at No. 1 spots - CharlotteObserver.com
";
arnews[2] += "... Federer and Serena Williams ... Jimmy Connors, currently in third place, for total number of weeks as world No.1. Pete Sampras leads the career list with 286 weeks at No.1, followed by Ivan Lendl with 270. ATP projections have Novak Djokovic";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 07:05:00 GMT";
arnews[2] += "
";
arnews[3]="Federer, Serena Williams hold No. 1 tennis rankings - Everett Herald
";
arnews[3] += "Federer beat Britain’s Andy Murray in the Australian Open men’s final in straight sets Sunday. He begins his 268th week as the ATP’s No. 1 and ... Novak Djokovic takes over at No. 2, followed by Murray and Rafael Nadal. On the women’s side ...";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 02:04:00 GMT";
arnews[3] += "
";
arnews[4]="Federer stays clear as Nadal drops down ATP rankings - Earthtimes
";
arnews[4] += "Berlin - Australian Open winner Roger Federer stayed top of the men's tennis rankings while Novak Djokovic moved second and beaten finalist Andy Murray improved to third. Meanwhile Rafael Nadal dropped down two places to fourth in the ATP rankings ...";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 09:43:00 GMT";
arnews[4] += "
";
arnews[5]="Rotterdam: There's no defending champion, but Novak Djokovic and ... - Oregonian
";
arnews[5] += "The Associated Press Can Nikolay Davydenko regain his form after his disastrous Australian Open loss to Roger Federer? The ABN Amro in Rotterdam is off and running, and today the top seeds, Novak Djokovic and Nikolay Davydenko, tee up their first ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 12:18:00 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("