var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kuznetsova to play in WTA Sydney International
";
arnews[0] += "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[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Novak Djokovic and Serena Williams Topped Tennis Power Rankings 2009
";
arnews[1] += "As we embark on the ATP Tour World Finals, the top guns aren't exactly playing up to snuff.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 19:44:47 GMT";
arnews[1] += "
";
arnews[2]="Tennis Power Rankings 2009: Novak Djokovic Topped Roger Federer
";
arnews[2] += "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.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:44:10 GMT";
arnews[2] += "
";
arnews[3]="Sveta Signs On For Sydney
";
arnews[3] += "Two women who hold three of the four Grand Slam championships will start the season in Sydney in January.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Kuznetsova to play Sydney International
";
arnews[4] += "Sydney appearance ... Svetlana Kuznetsova Map: Sydney 2000 French Open champion Svetlana Kuznetsova will launch her 2010 Australian Open campaign at the Sydney International.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 12:39:27 GMT";
arnews[4] += "
";
arnews[5]="Kuznetsova to warm up in Sydney for Australian Open
";
arnews[5] += "French Open champion Svetlana Kuznetsova will launch her 2010 Australian Open campaign at the Sydney International.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 07:52:56 GMT";
arnews[5] += "
";
arnews[6]="Tennis: Matches Of The Year
";
arnews[6] += "Email your top clashes to: tennisfeedback@sportinglife.com Click here for full Net Talk blog The year-long debate about the 'real' number one on the WTA Tour proved a little tiresome but also helped highlighted lack of quality at the top of the women's game.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 06:08:38 GMT";
arnews[6] += "
";
arnews[7]="Baghdatis Set For Return To Medibank Interna...
";
arnews[7] += "Marcos Baghdatis finished the 2009 season by winning the If Stockholm Open title.";
arnews[7] += "
Publ.Date : Fri, 13 Nov 2009 02:39:36 GMT";
arnews[7] += "
";
arnews[8]="Photos of the year, part two
";
arnews[8] += "Our four-part review of some of our favourites images of Ana from this year continues, with part two showcasing the second half of on-court photographs.";
arnews[8] += "
Publ.Date : Thu, 12 Nov 2009 10:37:27 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("