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]="McEnroe says Federer is best men's player ever
";
arnews[1] += "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[1] += "
Publ.Date : Tue, 09 Feb 2010 23:54:52 GMT";
arnews[1] += "
";
arnews[2]="Canada awaits next Fed Cup opponent
";
arnews[2] += "Canada's Aleksandra Wozniak hits a shot against Caroline Wozniacki of Denmark during the Australian Open tennis tournament in Melbourne January 20, 2010.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:36:26 GMT";
arnews[2] += "
";
arnews[3]="Serena Williams Wins Again: Why Women's Tennis Is Double Faulting
";
arnews[3] += "Serena Williams has a lot of things going for her: looks, strength, money, and a great doubles partner.A The things she lacks? The answer is simple: A good personality and some competition.A Without going into all the details surrounding her outburst some time ago her actions were uncalled for, unprofessional, and furthered stereotypes placed on ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 16:09:07 GMT";
arnews[3] += "
";
arnews[4]="Dementieva Heads Paris; WTA Previews
";
arnews[4] += "Notes: Weak field for such a storied event; Oudin looking to keep the mojo alive after leading the U.S. to a first-round Fed Cup win; one Top 10-er in Dementieva; openers of interest include Razzano vs.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 06:29:53 GMT";
arnews[4] += "
";
arnews[5]="Martina Hingis: Shine on You Crazy Diamond
";
arnews[5] += "I woke up this morning, enjoying my cup of tea, reading the sports news on Yahoo! when a headline caught my eye.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 14:39:02 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("