var arnews = new Array(6);
totcount = 6;
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]="Ivanovic Turns To Groeneveld
";
arnews[1] += "Ana Ivanovic has spent recent weeks recharging and has turned to a familiar face - coach Sven Groeneveld - to restart her quest to return to the top 10.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Novak Djokovic and Serena Williams Topped Tennis Power Rankings 2009
";
arnews[2] += "As we embark on the ATP Tour World Finals, the top guns aren't exactly playing up to snuff.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 19:44:47 GMT";
arnews[2] += "
";
arnews[3]="Tennis Power Rankings 2009: Novak Djokovic Topped Roger Federer
";
arnews[3] += "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[3] += "
Publ.Date : Thu, 19 Nov 2009 18:44:10 GMT";
arnews[3] += "
";
arnews[4]="Sveta Signs On For Sydney
";
arnews[4] += "Two women who hold three of the four Grand Slam championships will start the season in Sydney in January.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Kuznetsova to play Sydney International
";
arnews[5] += "Sydney appearance ... Svetlana Kuznetsova Map: Sydney 2000 French Open champion Svetlana Kuznetsova will launch her 2010 Australian Open campaign at the Sydney International.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 12:39:27 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("