var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The hot question in women's sport: How much is baring too much?
"; arnews[0] += "The world of women's tennis was shaken yesterday when the skimpy outfits worn on court by the sport's young stars fell foul of the Australian fashion media, bringing an angry volley from Venus Williams in return."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:42:26 GMT"; arnews[0] += "
"; arnews[1]="Nadal may struggle to make dream final
"; arnews[1] += "Rafael Nadal vs Roger Federer would be a keenly anticipated climax to the ATP World Tour Finals a ' but Andy Murray and Novak Djokovic aim to have their say Spain's Rafael Nadal practises ahead of the Barclays ATP World Tour Finals at London's O2 Arena."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:10:02 GMT"; arnews[1] += "
"; arnews[2]="Guardian: Todman arrest, suspension unwarranted
"; arnews[2] += "The legal guardian of Dartmouth High football star Jordan Todman, who was charged with disorderly conduct at the school's senior prom on Thursday night, said Friday that the all-state running back has been barred unfairly from competing in today's All-State track meet and from participating in Sunday's graduation ceremony."; arnews[2] += "
Publ.Date : Fri, 07 Dec 2007 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="In seeking Parcells-like czar, could Cleveland Browns get the real thing? NFL Insider
"; arnews[3] += "Browns owner Randy Lerner is looking for the next Bill Parcells to rebuild his football organization and make all the decisions."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:00:08 GMT"; arnews[3] += "
"; arnews[4]="Serena's grand-slam sweep leaves Venus in the shade
"; arnews[4] += "The Williams sisters are sick of being asked what it takes to beat them. The other top players are sick of being asked, too."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:20:09 GMT"; arnews[4] += "
"; arnews[5]="Sampras fully stretched in quelling Kuerten
"; arnews[5] += "Pete Sampras won his first title of the year at the Ericsson Open here last evening, but the Wimbledon champion needed seven match points in a fourth set tie-break to subdue the Brazilian Gustavo Kuerten, 6-1, 6-7, 7-6, 7-6, after three hours and 18 minutes."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:19:38 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("
");document.write("
");