var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Davenport targets summit
";
arnews[0] += "Lindsay Davenport moved closer to ending the year No 1, but it was three teenagers who shone at the Sanex Championships in Munich, Germany.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:37:54 GMT";
arnews[0] += "
";
arnews[1]="Lopez, Robert reach final in Johannesburg
";
arnews[1] += "\" Justine Henin beat No. 27 Alisa Kleybanova, 3-6, 6-4, 6-2, early today to reach the fourth round of the Australian Open, staging another memorable rally in her first Grand Slam since she returned to professional tennis.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 18:42:34 GMT";
arnews[1] += "
";
arnews[2]="Top-seed Cilic to quaterfinals at Zagreb Indoors
";
arnews[2] += "Defending champion Marin Cilic cruised into the quarterfinals of the Zagreb Indoors on Thursday by defeating Daniel Koellerer of Austria 6-2, 6-1. The top-seeded Croat dropped only seven points on serve.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 20:18:16 GMT";
arnews[2] += "
";
arnews[3]="Hingis to play WTT but rules out full return
";
arnews[3] += "Martina Hingis can't help but contemplate yet another comeback when she sees the success Kim Clijsters and Justine Henin are having after being away from tennis.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 04:20:00 GMT";
arnews[3] += "
";
arnews[4]="Australian Open to Improve on Great 2010 Amidst China Challenge
";
arnews[4] += "The 2010 Australian Open has once again proved to be an enormousA success attendance wise, and it will need to continue if the first Grand Slam tournament on the Tennis calendar is to remain down under.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 04:13:43 GMT";
arnews[4] += "
";
arnews[5]="Martina Hingis to play WTT; rules out full return
";
arnews[5] += "In this Aug. 28, 2007, file photo, Martina Hingis of Switzerland returns a volley to Mathilde Johansson of France at the US Open tennis tournament in New York.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 04:16:05 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("