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]="Sveta Signs On For Sydney
";
arnews[1] += "Two women who hold three of the four Grand Slam championships will start the season in Sydney in January.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Kuznetsova to play Sydney International
";
arnews[2] += "Sydney appearance ... Svetlana Kuznetsova Map: Sydney 2000 French Open champion Svetlana Kuznetsova will launch her 2010 Australian Open campaign at the Sydney International.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 12:39:27 GMT";
arnews[2] += "
";
arnews[3]="Kuznetsova to warm up in Sydney for Australian Open
";
arnews[3] += "French Open champion Svetlana Kuznetsova will launch her 2010 Australian Open campaign at the Sydney International.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 07:52:56 GMT";
arnews[3] += "
";
arnews[4]="Kazakhs qualify for Hopman Cup
";
arnews[4] += "Thursday, November 19, 2009 PERTH: Kazakhstan will make their Hopman Cup debut next year, after winning the Asian Hopman Cup.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:22:33 GMT";
arnews[4] += "
";
arnews[5]="Dementieva has the discipline to command court
";
arnews[5] += "Euphoric after winning the men's singles gold medal for Russia at the Sydney Olympic Games, Yevgeny Kafelnikov declared: \"My country is taking over in tennis.\" Euphoric after winning the men's singles gold medal for Russia at the Sydney Olympic Games, Yevgeny Kafelnikov declared: \"My country is taking over in tennis.\" The supporting evidence is ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 20:57:14 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("