var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ATP World Tour Finals participants pose for pictures
";
arnews[0] += "Juan Martin Del Potro of Argentina, Roger Federer of Switzerland, Rafael Nadal of Spain, Andy Murray of Scotland, Fernando Verdasco of Spain, Novak Djokovic of Serbia, Nikolay Davydenko of Russia and Robin Soderling of Sweden pose for pictures with the champion trophy in London, Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:17:21 GMT";
arnews[0] += "
";
arnews[1]="Nadal in 'perfect shape' going into tour finals
";
arnews[1] += "Friday, November 20, 2009 at 2:57 p.m. Read more: National , International , Rafael Nadal , ATP World Tour Finals , Julien Benneteau , Nikolay Davydenko , Novak Djokovic , Pro LONDON a ' All the involuntary rest this season has given Rafael Nadal an unusually good feeling going into the season-ending ATP World Tour Finals.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:42:55 GMT";
arnews[1] += "
";
arnews[2]="Federer eyes year-end top spot in London finale
";
arnews[2] += "Roger Federer held court in a swish hotel on the banks of the River Thames on Friday and left nobody in any doubt he was determined to become only the second male player to reclaim the year-end number one spot.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:58:40 GMT";
arnews[2] += "
";
arnews[3]="Joannie Rochette Manon Perron
";
arnews[3] += "Friday, November 20, 2009 Canada's Joannie Rochette from Ile Dupas, Que., and her coach Manon Perron react as the marks are posted for her short program to place first in the ladies competition at the Home Sense Skate Canada International figure skating competition in Kitchener, Ont.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:46:48 GMT";
arnews[3] += "
";
arnews[4]="ATP success for Rafael Nadal could see Roger Federer's No 1 status under threat
";
arnews[4] += "On the lookout: Roger Federer will be taking a keen interest in Rafael Nadal's progress at the Barclays ATP World Tour Finals in London Photo: AFP Perhaps the most remarkable aspect of the end-of-year event is not the prize money, with the champion to earn almost 1 million, but the fact there is still a chance that Rafael Nadal could finish the ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:39:34 GMT";
arnews[4] += "
";
arnews[5]="Nadal: In 'perfect shape' going into ATP finals
";
arnews[5] += "All the involuntary rest because of injuries gives Rafael Nadal a good feeling heading into the season-ending ATP World Tour Finals.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:26:59 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("