var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="French success forces Brits to eat humble pie
"; arnews[0] += "They were not playing La Marseillaise as the players went on court, or filling the water bottles with Evian rather than Buxton, but Court 13 was all but turned into France's 97th dpartement here yesterday."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:51:09 GMT"; arnews[0] += "
"; arnews[1]="Jury still out on Hawk-Eye after first court case
"; arnews[1] += "For the first time at a tour event technology has been used by players to challenge a line judge's call."; arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 07:13:23 GMT"; arnews[1] += "
"; arnews[2]="Henin overcomes Golovin to win Stuttgart title
"; arnews[2] += "Justine Henin beat France's Tatiana Golovin 2-6 6-2 6-1 in the final of the Stuttgart Grand Prix to land her eighth title of the year on Sunday."; arnews[2] += "
Publ.Date : Sun, 07 Oct 2007 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Baghdatis Finally Wins; ATP/WTA Weekend Wrap; Tennis-X Notes
"; arnews[3] += "Kremlin Cup MOSCOW, Russia Mikhail Youzhny kept the title in the family Sunday is Moscow, becoming the sixth straight Russian to win the Kremlin Cup."; arnews[3] += "
Publ.Date : Sun, 25 Oct 2009 20:01:12 GMT"; arnews[3] += "
"; arnews[4]="This Week In Tennis Business: USTA to award over $400,000 in grants to 45 non-profit organizations
"; arnews[4] += "The USTA announced that they are awarding more than $400,000 in recreational tennis grants to 45 non-profit organizations across the United States."; arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 10:53:28 GMT"; arnews[4] += "
"; arnews[5]="Wilander Steps Down As Swedish Captain
"; arnews[5] += "Mats Wilander has stepped down as Swedish Davis Cup captain. \"I have decided not to go on,\" Wilander told the Aftonbladet newspaper in comments reprinted by AFP."; arnews[5] += "
Publ.Date : Fri, 16 Oct 2009 07:00:00 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("
");