var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Who's the GOAT? Federer thashes Courier
"; arnews[0] += "There were no great surprises in the first of our Greatest Of All Time match-ups, with Eurosport-Yahoo! readers overwhelmingly feeling that Roger Federer would have too much firepower for American great Jim Courier ."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:41:19 GMT"; arnews[0] += "
"; arnews[1]="GHS teen brings love for tennis to community
"; arnews[1] += "Jesse Gordon, 16, a Gainesville High School varsity tennis player, poses on the Andre Agassi Tennis Center court at the Boys & Girls Club of Alachua County in Gainesville, Fla."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Williams sisters poised to meet in US Open final
"; arnews[2] += "From the time they were little girls, Venus and Serena Williams believed they would play each other for the US Open title."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:05:56 GMT"; arnews[2] += "
"; arnews[3]="Roddick dares to imagine his first Grand Slam victory
"; arnews[3] += "Tim Henman was barely four years old and Andy Roddick was not even born in 1978, the last time both singles champions failed to defend their titles at one of the world's four Grand Slam tournaments."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:05:30 GMT"; arnews[3] += "
"; arnews[4]="Connors set to return for doubles date with Mac
"; arnews[4] += "Jimmy Connors yesterday marked his first visit to Wimbledon for 12 years in the most spectacular fashion, when he announced he was planning a mouth- watering doubles match between himself and John McEnroe on one side, and Pete Sampras and another great champion of more recent times on the other."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:56:16 GMT"; arnews[4] += "
"; arnews[5]="Sampras loses exhibition to Verdasco
"; arnews[5] += "Wednesday, February 10, 2010 SAN JOSE, California: Former No 1 Pete Sampras showed glimpses of his dominating best against a top player 12 years his junior in the second set of his 6-3, 7-6 exhibition loss to Spain's Fernando Verdasco on Monday at the SAP Open."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03:52:28 GMT"; arnews[5] += "
"; arnews[6]="Pete Sampras at the Sap Open: ITa TMS All Good with Agassi a " for Now
"; arnews[6] += "Pete Sampras took to the court at the SAP Open in San Jose last night to play an exhibition match vs."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 17:58:48 GMT"; arnews[6] += "
"; arnews[7]="GALLERY
"; arnews[7] += "A New Subterranean Way - Views of the massive cavern for the new 34th Street Station that will be part of the Number 7 subway extension at the Hudson Yards in Manhattan."; arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 00:56:56 GMT"; arnews[7] += "
"; arnews[8]="Bogdanovic looks ahead to Davis Cup
"; arnews[8] += "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[8] += "
Publ.Date : Wed, 10 Feb 2010 00:37:24 GMT"; arnews[8] += "
"; totcount = 9; 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("
");