var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2004: Federer's Lucky 13
";
arnews[0] += "The countdown to London begins. As part of the lead up to start of the Barclay's ATP World Tour Finals at the O2 Arena in London on November 22, WorldTennisMagazine.com is presenting a special look at some of the best moments in the history of the season-ending ATP championships, courtesy of the book ON THIS DAY IN TENNIS HISTORY .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:06:58 GMT";
arnews[0] += "
";
arnews[1]="Canas cuts off Safin's chance of being No 1
";
arnews[1] += "Guillermo Canas upset the No 2 seed, Marat Safin, 7-5, 6-2 yesterday to advance to the semifinals of Tennis Masters Canada in Toronto.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:57:52 GMT";
arnews[1] += "
";
arnews[2]="On this date: 1953 - Notre Dame ties Iowa 14-14 by faking injuries in both halves
";
arnews[2] += "Nov. 21 1953 - Notre Dame ties Iowa 14-14 by faking injuries in both halves. With 2 seconds to go in the first half, a Notre Dame player stops the clock by faking an injury and the Fightin' Irish score on the next play.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Del Potro to play at Queen's, improve grass game
";
arnews[3] += "U.S. Open champion Juan Martin Del Potro will play at next year's Queen's Club tournament in an effort to improve his grasscourt game ahead of Wimbledon.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:34:00 GMT";
arnews[3] += "
";
arnews[4]="Kuznetsova to play in WTA Sydney International
";
arnews[4] += "AFP/File Russia's world number three Svetlana Kuznetsova on Thursday became the fifth Thu Nov 19, 2:25 am ET SYDNEY Russia's world number three Svetlana Kuznetsova on Thursday became the fifth top 10 player to commit to January's WTA/ATP Sydney International , organisers said.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="US Open champion Del Potro to play at Queen's Club to practice grasscourt game for Wimbledon
";
arnews[5] += "U.S. Open champion Juan Martin Del Potro will play at next year's Queen's Club tournament in an effort to improve his grasscourt game ahead of Wimbledon.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 01:57:10 GMT";
arnews[5] += "
";
arnews[6]="U.S. Open champion to play at Queen's to practice grasscourt game for Wimbledon
";
arnews[6] += "U.S. Open champion Juan Martin Del Potro will play at next year's Queen's Club tournament in an effort to improve his grasscourt game for Wimbledon.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 17:09:30 GMT";
arnews[6] += "
";
arnews[7]="Del Po Commits To Queen's Club
";
arnews[7] += "Juan Martin Del Potro is playing in London next week and will return to the city for the next three years to play Queen's Club.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Breathing down Murray's neck
";
arnews[8] += "Andy Murray's first opponent at the ATP World Tour finals has to be constantly reminded just how good he is Juan MartA n del Potro: will the strength of his self-belief ever match the power of his right arm? Photograph: Michel Euler/AP It was the grand slam that many thought Andy Murray would win.";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 16:49:14 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("