var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wickmayer wins battle ofa
";
arnews[0] += "Belgium's Yanina Wickmayer won a battle of the generations Wednesday over 39-year-old Kimiko Date Krumm 7-6 , 6-3 in opening group play at the Bali Tournament of Champions.";
arnews[0] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Glatch will open for U.S. in Fed Cup final
";
arnews[1] += "Saturday's opening singles rubber at the 2009 Fed Cup final will pit American Alexa Glatch against world No.";
arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 19:29:21 GMT";
arnews[1] += "
";
arnews[2]="Rezai makes Tournament of Champions semis
";
arnews[2] += "No. 10-seeded Aravane Rezai was a straight-set winner Thursday, becoming the first semifinalist of the $600,000 Tournament of Champions in Indonesia.";
arnews[2] += "
Publ.Date : Fri, 06 Nov 2009 08:59:14 GMT";
arnews[2] += "
";
arnews[3]="Tennis: Pe'er sets up Bartoli faceoff
";
arnews[3] += "Shahar Pe'er will face world number 12 Marion Bartoli for a place in the semifinals of the Commonwealth Bank Tournament of Champions in Bali, Indonesia, on Friday.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 08:52:34 GMT";
arnews[3] += "
";
arnews[4]="Date Krumm surprises Medina Garrigues in Bali
";
arnews[4] += "Veteran Japanese Kimiko Date Krumm upset fifth-seeded Spaniard Anabel Medina Garrigues in Thursday's round-robin action, while France's Aravane Rezai secured a berth in Saturday's semifinals at the $600,000 Tournament of Champions tennis event.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 11:36:46 GMT";
arnews[4] += "
";
arnews[5]="Ivanovic down and out
";
arnews[5] += "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[5] += "
Publ.Date : Fri, 29 Aug 2008 07:00:00 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("