var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ivanovic Turns To Groeneveld
";
arnews[0] += "Ana Ivanovic has spent recent weeks recharging and has turned to a familiar face - coach Sven Groeneveld - to restart her quest to return to the top 10.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Ana Ivanovic
";
arnews[1] += "Ana Ivanovic's once-dominant serve quickly deteriorated this season. Ana Ivanovic is on vacation in an undisclosed sunny locale, which is what she's been saying she needs for a while now, and exactly where her fans should want her to be.";
arnews[1] += "
Publ.Date : Tue, 03 Nov 2009 13:45:20 GMT";
arnews[1] += "
";
arnews[2]="Jankovic qualifies for season-ending championships
";
arnews[2] += "Jelena Jankovic has qualified for next week's season-ending WTA Championships after top-seeded Vera Zvonareva lost to qualifier Tsvetana Pironkova 6-0, 6-2 in the second round of the Kremlin Cup.";
arnews[2] += "
Publ.Date : Thu, 22 Oct 2009 12:56:45 GMT";
arnews[2] += "
";
arnews[3]="Clijsters an easy winner in Luxembourg
";
arnews[3] += "Kim Clijsters, in her first appearance since winning the U.S. Open last month, coasted into the second round Tuesday at the Luxembourg Open.";
arnews[3] += "
Publ.Date : Wed, 21 Oct 2009 14:15:22 GMT";
arnews[3] += "
";
arnews[4]="Clijsters an easy winner in Luxembourg
";
arnews[4] += "Kim Clijsters , in her first appearance since winning the U.S. Open last month, coasted into the second round Tuesday at the Luxembourg Open.";
arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 04:18:25 GMT";
arnews[4] += "
";
arnews[5]="Clijsters rolls; Injured Wozniacki exits Luxembourg
";
arnews[5] += "U.S. Open champion Kim Clijsters was an easy first-round winner, while U.S. Open runner-up Caroline Wozniacki succumbed to a leg injury Tuesday at the $220,000 Luxembourg Open.";
arnews[5] += "
Publ.Date : Wed, 21 Oct 2009 04:17:28 GMT";
arnews[5] += "
";
arnews[6]="Jankovic struggles through in Kremlin Cup
";
arnews[6] += "Defending champion Jelena Jankovic overcame a determined challenge from Yaroslava Shvedova of Kazakhstan before taking her place in the second round of the Kremlin Cup in Moscow.";
arnews[6] += "
Publ.Date : Tue, 20 Oct 2009 16:22:15 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("