var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Bogdanovic looks ahead to Davis Cup
"; arnews[0] += "As Tim Henman fought to prevent a two-day British wipe-out at the US Open here yesterday, Greg Rusedski and Alex Bogdanovic were already thinking ahead."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:37:24 GMT"; arnews[0] += "
"; arnews[1]="Qualifying For Dow Corning Tennis Free To Watch
"; arnews[1] += "The qualifying rounds of the 22nd annual Dow Corning Tennis Classic are set to continue in Midland."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 16:06:48 GMT"; arnews[1] += "
"; arnews[2]="Competitive field for Dow Corning Classic
"; arnews[2] += "Thursday, February 04, 2010 at 3:03 p.m. Read more: Dow Corning Tennis Classic , Midland Community Tennis Center , USTA , Local Pro When the USTA named Midland Americaa s Best Tennis Town and selected the Dow Corning Tennis Classic as the only $100,000 event the Tour, it wasna t surprising to Mike Woody, tournament director, that the competition, ..."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 05:51:44 GMT"; arnews[2] += "
"; arnews[3]="Late night, early morning doesn't slow Aussie Open favourites
"; arnews[3] += "MELBOURNE, Australia - The Saturday night slumber party at Melbourne Park began early, when American James Blake did something he had never done - come back from two sets to love down to win."; arnews[3] += "
Publ.Date : Sat, 19 Jan 2008 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Djokovic and Ivanovic battle hard for victories
"; arnews[4] += "Novak Djokovic and Ana Ivanovic had to display stiff resistance to reach the second round of the French Open on Sunday."; arnews[4] += "
Publ.Date : Sun, 25 May 2008 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Federer has Sampras in his sights
"; arnews[5] += "Melbourne, Australia - Roger Federer stands on the brink of tennis and sports history."; arnews[5] += "
Publ.Date : Sat, 12 Jan 2008 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Vaidisova accepts Cellular South Cup wild card
"; arnews[6] += "Nicole Vaidisova, a former top 10 player and a 2006 semifinalist at the French Open, is boosting the marquee value of the Cellular South Cup tennis tournament next month at The Racquet Club."; arnews[6] += "
Publ.Date : Thu, 21 Jan 2010 17:39:21 GMT"; arnews[6] += "
"; totcount = 7; 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("
");