var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tennis Power Rankings 2009: Novak Djokovic Topped Roger Federer - Bleacherreport.com
";
arnews[0] += "Well, the entropy of Tennis Power Rankings 2009 ( November ) is beneath. As we enter on the ATP Tour World Finals, in my view the top players are not exactly playing up to the mark. For an instance, Roger Federer has clambered since the U.S. Open ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 16:47:00 GMT";
arnews[0] += "
";
arnews[1]="Murray, Federer drawn into same group for London ATP final - Monsters and Critics
";
arnews[1] += "Group A Roger Federer, Andy Murray, Juan Del Potro, Fernando Verdasco. Group B Rafael Nadal, Novak Djokovic, Nikolay Davydenko, Robin Soderling.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 11:19:00 GMT";
arnews[1] += "
";
arnews[2]="Roger Federer To Face Juan Martin Del Potro, Andy Murray In Finals - Post Chronicle
";
arnews[2] += "World number one Roger Federer will face his U.S. Open conqueror Juan Martin del Potro in the round-robin stage of the ATP Tour finals after getting the rough end of Wednesday's draw for the season finale. The Swiss, still not guaranteed to end the ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 14:47:00 GMT";
arnews[2] += "
";
arnews[3]="Injured Andy Roddick withdraws from season-ending ATP World Tour ... - Washington Examiner
";
arnews[3] += "The other participants: Roger Federer, Rafael Nadal, Novak Djokovic, Andy Murray, Juan Martin del Potro, Nikolay Davydenko and Fernando Verdasco. To view this site, you need to have Flash Player 8.0 or later installed. Click here to get the latest ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 02:08:00 GMT";
arnews[3] += "
";
arnews[4]="Got it Done Award -- Andy Roddick - CNN Sports Illustrated
";
arnews[4] += "The couple tied the knot in Austin, Texas, this past weekend. Dan was not in attendance, but made sure to wish the couple well. In the first several weeks of this award, it's hard to argue that Roddick deserves it more than anyone else. Marrying ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 15:18:00 GMT";
arnews[4] += "
";
arnews[5]="Her World on a String - New York Times
";
arnews[5] += "BROOKLYN DECKER, the swimwear model, was hovering a foot over the mat, like Tom Cruise in “Mission Impossible.” With her feet resting in a rope hanging from the ceiling and her hands planted wide on the mat, she was attempting an aerial variation ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:44:00 GMT";
arnews[5] += "
";
arnews[6]="Greatest competitor: Andy Roddick - The Guardian
";
arnews[6] += "Andy Roddick in action during his five set 2009 Wimbledon final against Roger Federer. Photograph: Paul Gilham/Getty Images In the press conference after his Wimbledon final with Roger Federer in July, Andy Roddick was asked to describe the ...";
arnews[6] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[6] += "
";
arnews[7]="Injured Andy Roddick withdraws from season-ending ATP World Tour ... - Minneapolis Star Tribune
";
arnews[7] += "LONDON - Andy Roddick is withdrawing from the season-ending ATP World Tour Finals because of a left knee injury. The No. 6-ranked Roddick hurt his knee at last month's Shanghai Masters. The ATP said Tuesday that French Open runner-up Robin Soderling ...";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 21:07:00 GMT";
arnews[7] += "
";
arnews[8]="Tennis: Federer and Nadal set to battle for number one spot - Channel NewsAsia
";
arnews[8] += "LONDON: Roger Federer and Rafael Nadal will stage the last chapter of their battle to finish the year as world number one when the ATP Tour Finals get under way in London on Sunday. Federer goes into the Tour Finals at the O2 Arena top of the world ...";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 03:52:00 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("