var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Midweek musings: Some 'house repairs
";
arnews[0] += "There's no statute of limitations for a statue with limitations. Or something like that.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 11:18:50 GMT";
arnews[0] += "
";
arnews[1]="The Big Question: Should women players get paid as much as men at Wimbledon?
";
arnews[1] += "How much less will the women earn than the men at this year's Wimbledon? The prize money at Wimbledon this year is higher than at any other tournament in world tennis.";
arnews[1] += "
Publ.Date : Mon, 02 Feb 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Glatch will open for U.S. in Fed Cup final
";
arnews[2] += "Saturday's opening singles rubber at the 2009 Fed Cup final will pit American Alexa Glatch against world No.";
arnews[2] += "
Publ.Date : Fri, 06 Nov 2009 19:29:21 GMT";
arnews[2] += "
";
arnews[3]="Date Krumm upsets Medina Garrigues; Rezai reaches Bali semis
";
arnews[3] += "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[3] += "
Publ.Date : Thu, 05 Nov 2009 21:29:00 GMT";
arnews[3] += "
";
arnews[4]="Jankovic loses in 1st round of WTA Championships
";
arnews[4] += "Victoria Azarenka defeated Jelena Jankovic 6-2, 6-3 Tuesday in the first round-robin group match in the WTA Tour's season-ending Sony Ericsson Championships.";
arnews[4] += "
Publ.Date : Tue, 27 Oct 2009 19:00:58 GMT";
arnews[4] += "
";
arnews[5]="Race not an issue when it comes to love, says Kournikova
";
arnews[5] += "KUALA LUMPUR: Race is not an issue where love is concerned - that is the stand of sexy Russian tennis star Anna Kournikova.";
arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 18:10:37 GMT";
arnews[5] += "
";
arnews[6]="Obviously I miss playing tennis: Kournikova
";
arnews[6] += "The sexy sportsperson was present in Malaysia for the launch of Showdown of Champions 2009 A- The Grand Slam.";
arnews[6] += "
Publ.Date : Tue, 27 Oct 2009 11:32:58 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("