var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Federer and Nadal ready to battle for number one spot - YAHOO!
"; arnews[0] += "Federer goes into the Tour Finals at the O2 Arena top of the world rankings, but the Wimbledon champion knows second placed Nadal can still snatch first place if the Spaniard wins the prestigious end-of-year event. The race for pole position is the ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:46:00 GMT"; arnews[0] += "
"; arnews[1]="Tennis Capsules: Nadal: In ‘perfect shape' going into ATP finals - Brownsville Herald
"; arnews[1] += "LONDON — All the involuntary rest because of injuries gives Rafael Nadal a good feeling heading into the season-ending ATP World Tour Finals. When most players are nursing weary bodies after a long season, Nadal says things couldn’t be better. \"I ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:51:00 GMT"; arnews[1] += "
"; arnews[2]="Federer fuelled by battle with Nadal - ninemsn
"; arnews[2] += "Roger Federer says ending the year as world number one fuels his bid to win ATP World Tour Finals. Roger Federer admits the prospect of finishing the year as world number one ahead of Rafael Nadal will fuel his bid to win the ATP World Tour Finals in ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:48:00 GMT"; arnews[2] += "
"; arnews[3]="Novak Djokovic overwhelms Rafael Nadal to reach final of Paris Masters - WREG
"; arnews[3] += "PARIS (AP) — Novak Djokovic overwhelmed Rafael Nadal 6-2, 6-3 Saturday to reach the final of the Paris Masters for the ... Djokovic, who defeated top-ranked Roger Federer in the Swiss Indoors final last week, twisted his ankle in the seventh game ..."; arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 15:13:00 GMT"; arnews[3] += "
"; arnews[4]="After a year of pain, happiness is the No 1 objective for Rafael Nadal - Times Online
"; arnews[4] += "Rafael Nadal is reading Flashman , by George MacDonald Fraser, the novel of which P. G. Wodehouse wrote: “If ever there was a time when I felt that watcher-of-the-skies-when-a-new-planet stuff, it was when I first read Flashman .” Akin, then, to ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:03:00 GMT"; arnews[4] += "
"; arnews[5]="Rafael Nadal does the maths, eyeing top spot with victory at ATP World ... - Daily Mail
"; arnews[5] += "The last time we saw Rafael Nadal in London he cut a rather sad figure, vainly trying to prove the fitness of his knees at a Hurlingham Club garden party ahead of Wimbledon. Yesterday he was back in the capital at an uncustomary time of year, suited ..."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:51:00 GMT"; arnews[5] += "
"; arnews[6]="Roger Federer's No 1 ranking under threat from Rafael Nadal - Daily Telegraph
"; arnews[6] += "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 ..."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 20:35:00 GMT"; arnews[6] += "
"; arnews[7]="Extraordinary gentlemen - Jakarta Post
"; arnews[7] += "Tennis players, from left, Fernando Verdasco, Juan Martin del Potro, Novak Djokovic, Roger Federer, Rafael Nadal, Andy Murray, Nikolay Davydenko and Robin Soderling, pose for a photograph alongside a London bus in Westminster, London. The ATP World ..."; arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 04:27:00 GMT"; arnews[7] += "
"; totcount = 8; 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("
");document.write("
");