var arnews = new Array(9); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Roddick pulls the pin on 2009 - Age
"; arnews[0] += "Former world No. 1 Justine Henin in her WTA comeback appearance, US Open champion Kim Clijsters, current No. 2 Dinara Safina and Jelena Dokic are the star attractions in a strong women's field at Tennyson. Meanwhile Casey Dellacqua has safely ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 12:59:00 GMT"; arnews[0] += "
"; arnews[1]="MATCHES OF THE YEAR - WOMEN - Sporting Life
"; arnews[1] += "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. That's not to say that the tour did not throw up some fascinating stories in 2009 ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");document.write("
");