var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vaidisova ousts defending champ
";
arnews[0] += "Fourth-seed Amelie Mauresmo could not get off Centre Court quickly enough yesterday when her reign as Wimbledon champion came to an inglorious end on a day of thunderclaps and cloudbursts.";
arnews[0] += "
Publ.Date : Wed, 04 Jul 2007 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Ivanovic down and out
";
arnews[1] += "A 25-year-old Frenchwoman, the very definition of a journeywoman with less than $100,000 in career earnings since playing her first pro event nearly a decade ago, one who went to play tennis in the U.S. at Clemson University on a whim, caused the first major upset of this year's U.S. Open yesterday afternoon.";
arnews[1] += "
Publ.Date : Fri, 29 Aug 2008 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Showtime For "Sashapova"
";
arnews[2] += "Standing 6-foot-2, Maria Sharapova could post-up most players on the WTA Tour and the Los Angeles Times reports Sharapova is now playing pick-and-roll with Lakers reserve guard Sasha Vujacic .";
arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Ubha: So where does Safina go from here?
";
arnews[3] += "Where does Safina go from here? For those still interested in who would finish the year as women's No.";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 23:02:47 GMT";
arnews[3] += "
";
arnews[4]="Martina: No Mas
";
arnews[4] += "It has been a season of returns on the Sony Ericsson WTA Tour, but don't look for Martina Hingis to join Kim Clijsters, Justine Henin and Kimiko Date Krumm on the comeback trail.";
arnews[4] += "
Publ.Date : Fri, 16 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Williams, Federer reach quarter-finals at French Open
";
arnews[5] += "Serena Williams overcame two breaks in the second set to beat Dinara Safina of Russia 6-2, 6-3 Sunday and reach the quarter-finals of the French Open.";
arnews[5] += "
Publ.Date : Sun, 18 Oct 2009 13:52:51 GMT";
arnews[5] += "
";
arnews[6]="Russian star hot on Auckland
";
arnews[6] += "RETURN: Russian Elena Vesnina has confirmed her return for January's ASB Classic.";
arnews[6] += "
Publ.Date : Tue, 13 Oct 2009 03:58:13 GMT";
arnews[6] += "
";
arnews[7]="Zheng upsets Vaidosova, meets Serena
";
arnews[7] += "The remarkable Zheng Jie beat 18th seeded teenager Nicole Vaidisova 6-2 5-7 6-1 on Tuesday to reach the Wimbledon semi-finals where she will meet former champion Serena Williams.";
arnews[7] += "
Publ.Date : Thu, 08 Oct 2009 20:42:07 GMT";
arnews[7] += "
";
totcount = 8;
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("