var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dubois's day in spotlight washed out
";
arnews[0] += "It rained on Stephanie Dubois's parade. The 19-year-old from Laval is attempting to become the first Quebecer since 1982 to reach the second round of the Canadian Open women's tennis championships, but a steady rainfall forced the postponement of her match against Tathiana Garbin with Dubois leading 6-4, 0-1, 40-40. The first-round match in the ...";
arnews[0] += "
Publ.Date : Tue, 15 Aug 2006 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Maria Kirilenko adds glamour to the Australian Open
";
arnews[1] += "But the void has been ably filled by the former Sports Illustrated swimsuit model, Maria Kirilenko.";
arnews[1] += "
Publ.Date : Mon, 25 Jan 2010 19:33:35 GMT";
arnews[1] += "
";
arnews[2]="Venus Williams and other questionable tennis knickers - pictures
";
arnews[2] += "Venus Williams has been raising eyebrows with her Australian Open outfit - with some fans wondering if she is going commando.";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 16:10:30 GMT";
arnews[2] += "
";
arnews[3]="Passing shots
";
arnews[3] += "VENUS Williams shops at Harrods. Maria Sharapova prefers the boutiques of Paris and New York.";
arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 02:29:15 GMT";
arnews[3] += "
";
arnews[4]="Zagat guide lists tennis stars' favorite shops
";
arnews[4] += "Tuesday, January 19, 2010 at 11 a.m. MELBOURNE, Australia - Venus Williams shops at Harrods.";
arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 21:06:12 GMT";
arnews[4] += "
";
arnews[5]="Tennis Notes: Serena Williams starts eBay auction for Haiti with goal of reaching $92,000
";
arnews[5] += "Serena Williams has turned her punishment into a charitable opportunity by launching an online auction of her personal clothing and memorabilia in order to raise US$92,000 for Haiti earthquake victims, as well as schools and charities.";
arnews[5] += "
Publ.Date : Tue, 19 Jan 2010 19:17:47 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("