var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="McEnroe says Federer is best men's player ever
";
arnews[0] += "One of Justine Henin's favorite moments at a Grand Slam comes right before she walks onto center court for the final, when the locker room is nearly empty and quiet.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:54:52 GMT";
arnews[0] += "
";
arnews[1]="Schiavone, Peer roll in Paris openers
";
arnews[1] += "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[1] += "
Publ.Date : Tue, 09 Feb 2010 22:28:05 GMT";
arnews[1] += "
";
arnews[2]="Oudin eases into second round in Paris
";
arnews[2] += "American teenager Melanie Oudin marched into the second round of the Paris Open with a 6-3 6-0 demolition of Romania's Sorana Cirstea on Tuesday.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:17:20 GMT";
arnews[2] += "
";
arnews[3]="Zvonareva rolls in Pattaya opener
";
arnews[3] += "Top-seeded and defending champion Vera Zvonareva highlighted Tuesday's first-round winners at the $220,000 Pattaya Open tennis event.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:54:26 GMT";
arnews[3] += "
";
arnews[4]="McEnroe says Federer is best men's player ever
";
arnews[4] += "John McEnroe thinks Roger Federer is the best men's tennis player of all time. McEnroe, also considered one of the game's greats, said Tuesday he ranks the Swiss star ahead of Rod Laver, the only man to win all four Grand Slam events in one year, and seven-time Wimbledon champion Pete Sampras.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:42:33 GMT";
arnews[4] += "
";
arnews[5]="Tennis wives and girlfriends gallery
";
arnews[5] += "FOXSports.com talks with Venus and Serena Williams about their standout tennis careers and much more.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:44:41 GMT";
arnews[5] += "
";
arnews[6]="Benneteau, Chiudinelli win in Rotterdam
";
arnews[6] += "Julien Benneteau of France and Switzerland's Marco Chiudinelli have advanced to the second round of the ABN Amro indoor tennis tournament.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 16:50:02 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("