var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Baselines and hemlines mix as top players turn on style
";
arnews[0] += "GOODNESS KNOWS what Billie Jean King would have made of it all, but the very modern nature of women's tennis, and the superstar status of its very modern participants, has been in full glorious show here these last few days.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 04:34:17 GMT";
arnews[0] += "
";
arnews[1]="Serbians smile as Williams sisters bow out
";
arnews[1] += "The smiling Serbs perturbed the resurgent sisters in this Australian Open, sending Venus and Serena Williams crashing out in the quarter-finals of a tournament they had every reason to believe would end with both of them hoisting hardware on Saturday.";
arnews[1] += "
Publ.Date : Wed, 23 Jan 2008 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Federer returns with a hometown win
";
arnews[2] += "Playing his first tennis since losing in September's U.S. Open final, Swiss icon Roger Federer returned to the tennis courts with a first-round victory Monday at his hometown Swiss Indoors tournament.";
arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 21:20:06 GMT";
arnews[2] += "
";
arnews[3]="USPTA Conference In Naples
";
arnews[3] += "The United States Professional Tennis Association Competitive Player Development Conference will take place in Naples, Fla., from December 10-12. For the second year, the conference will be held at the Academia Sanchez-Casal, so that attendees get the added benefit of learning about some of the progressive coaching systems that have propelled Spain ...";
arnews[3] += "
Publ.Date : Tue, 27 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Jon Wertheim: Serena impressive in her own right
";
arnews[4] += "Serena Williams has been fabulously successful on the WTA Tour, but she would have to reach a higher level to beat a man.";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 21:15:11 GMT";
arnews[4] += "
";
arnews[5]="Seeded players advance in St. Petersburg
";
arnews[5] += "ST. PETERSBURG, Russia -- Seeded players Jeremy Chardy, Igor Andreev and Horacio Zeballos advanced to the second round of the St.";
arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 18:54:37 GMT";
arnews[5] += "
";
arnews[6]="Murray, Robson Lead Britain At Hopman Cup
";
arnews[6] += "Great Britain's current and future stars will join forces at the Hopman Cup in January.";
arnews[6] += "
Publ.Date : Sat, 24 Oct 2009 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Serbians smile as Williams sisters bow out
";
arnews[7] += "The smiling Serbs perturbed the resurgent sisters in this Australian Open, sending Venus and Serena Williams crashing out in the quarter-finals of a tournament they had every reason to believe would end with both of them hoisting hardware on Saturday.";
arnews[7] += "
Publ.Date : Wed, 23 Jan 2008 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Bacsinszky breaks through for first career title at Luxembourg
";
arnews[8] += "Swiss Timea Bacsinszky earned her first career WTA Tour crown Sunday at the $220,000 Luxembourg Open, upending sixth-seeded German Sabine Lisicki.";
arnews[8] += "
Publ.Date : Sun, 25 Oct 2009 19:03:40 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("