var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Schiavone, Peer roll in Paris openers
"; arnews[0] += "Fourth-seeded Italian Francesca Schiavone and sixth-seeded Israeli Shahar Peer were among Tuesday's second-round victors at the $700,000 Open GDF Suez tennis tournament."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:32:26 GMT"; arnews[0] += "
"; arnews[1]="Schnyder, Schiavone advance in Paris
"; arnews[1] += "Swiss veteran Patty Schnyder beat seventh-seeded Virginie Razzano of France 6-3 7-6 in her season debut at the Open GDF Suez on Tuesday."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:27:09 GMT"; arnews[1] += "
"; arnews[2]="Oudin advances to 2nd round in Paris
"; arnews[2] += "Melanie Oudin of the United States beat Sorana Cirstea of Romania 6-3, 6-0 on Tuesday to reach the Open GDF Suez's second round."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:52:06 GMT"; arnews[2] += "
"; arnews[3]="Reed: Sorry, Fed - you're still the best
"; arnews[3] += "I want to start with a heartfelt apology to all Roger Federer fans. I got it really wrong."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:45:43 GMT"; arnews[3] += "
"; arnews[4]="Tramlines: Tennis tops role model list
"; arnews[4] += "Tennis stars have come out on top of a new survey asking people about the leading role models in sport."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:31:48 GMT"; arnews[4] += "
"; arnews[5]="Schnyder into 2nd round at Open GDF Suez
"; arnews[5] += "Patty Schnyder of Switzerland beat seventh-seeded Virginie Razzano of France 6-3, 7-6 to reach the second round of the Open GDF Suez tournament on Tuesday."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:23:26 GMT"; arnews[5] += "
"; arnews[6]="Vesnina gains second round in Paris
"; arnews[6] += "Eighth-seeded Elena Vesnina of Russia scored a straight-set victory Monday to move on to the second round of the Open GDF Suez tennis tournament in Paris."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 14:00:49 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("
");