var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Baselines and hemlines mix as top players turn on style
"; arnews[0] += "GOODNESS KNOWS what Billie Jean King would have made of it all, but the very modern nature of women's tennis, and the superstar status of its very modern participants, has been in full glorious show here these last few days."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 04:34:17 GMT"; arnews[0] += "
"; arnews[1]="Stevenson breezes through opener at Olympic test event
"; arnews[1] += "Alexandra Stevenson breezed through the opening round of the adidas International in Sydney, Australia today, taking 53 minutes to defeat Anne-Gaelle Sidot of France 6-3, 6-2 and create a small piece of history."; arnews[1] += "
Publ.Date : Mon, 31 Aug 2009 23:08:35 GMT"; arnews[1] += "
"; arnews[2]="Federer swept aside by Agassi in vintage form
"; arnews[2] += "Andre Agassi strolled into the quarter-finals of the United States Open here yesterday with embarrassing ease against Roger Federer, the man who shot down Pete Sampras at Wimbledon."; arnews[2] += "
Publ.Date : Mon, 31 Aug 2009 03:25:15 GMT"; arnews[2] += "
"; totcount = 3; 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("
");