var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dementieva has the discipline to command court
";
arnews[0] += "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[0] += "
Publ.Date : Wed, 18 Nov 2009 20:57:14 GMT";
arnews[0] += "
";
arnews[1]="Roddick pulls the pin on 2009
";
arnews[1] += "WORLD No.6 Andy Roddick has played his last tournament until the Brisbane International in January, the Wimbledon finalist's season curtailed by a left knee injury suffered at last month's Shanghai Masters.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 14:33:13 GMT";
arnews[1] += "
";
arnews[2]="Tennis: Matches Of The Year
";
arnews[2] += "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[2] += "
Publ.Date : Tue, 17 Nov 2009 06:08:38 GMT";
arnews[2] += "
";
arnews[3]="20 of our highest-profile captains gather to harness their leadership skills.
";
arnews[3] += "TRADITIONALLY they have been divided by sport but 20 of Australia's highest-profile captains will gather to harness their leadership skills and experiences to a common goal.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 19:18:08 GMT";
arnews[3] += "
";
arnews[4]="20 of Australia's highest-profile captains gather to harness their leadership skills.
";
arnews[4] += "TRADITIONALLY they have been divided by sport but 20 of Australia's highest-profile captains will gather to harness their leadership skills and experiences to a common goal.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 17:52:59 GMT";
arnews[4] += "
";
arnews[5]="Dokic stands by dad Damir in divisive nationality issue
";
arnews[5] += "Two months ago, as Jelena Dokic was preparing to play Russia's Elena Dementieva in the semi-finals of the Olympic tennis tournament, her father, Damir, declared: \"I am very proud of Jelena that she plays and wins for her country.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 08:21:34 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("