var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Williams survives major quarterfinal scare at Australian Open to beat ... - The Gaea Times
";
arnews[0] += "MELBOURNE, Australia — Serena Williams has survived a major scare — down a set and 4-0 in the second — to advance to the semifinals of the Australian Open with a 4-6, 7-6 (4), 6-2 win over Victoria Azarenka. Venus Williams wasn’t so fortunate ...";
arnews[0] += "
Publ.Date : Tue, 26 Jan 2010 23:55:00 GMT";
arnews[0] += "
";
arnews[1]="The Australian Open Status Report: Cilic, Serena and Henin - Deadbolt
";
arnews[1] += "Leading up to The 2010 Australian Open, fans of the tennis world were certainly looking forward to the start of a new season. Although a new crop of tennis stars have been climbing the ranks, past champions were back for a bid to regain former glory ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT";
arnews[1] += "
";
arnews[2]="Money Leaders - OregonLive.com
";
arnews[2] += "1, Roger Federer, $1,988,720. 2, Andy Murray, $968,100. 3, Marin Cilic, $532,108. 4, Nikolay Davydenko, $370,250. 5, Jo-Wilfried Tsonga, $368,800. 6, Rafael Nadal, $284,440. 7, Andy Roddick, $251,110. 8, Bob Bryan, $208,385. 8, Mike Bryan, $208,385 ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 22:06:00 GMT";
arnews[2] += "
";
arnews[3]="Serena saves family pride as sister Venus loses at Australian Open - The Gaea Times
";
arnews[3] += "... Na of China in the previous match on Rod Laver Arena, four-time champion Serena was down a set and 4-0 in the second before rebounding for a 4-6, 7-6 (4), 6-2 win over Victoria Azarenka of Belarus. Top-seeded Roger Federer overcame an awkward ...";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 23:55:00 GMT";
arnews[3] += "
";
arnews[4]="Aussie Open Day 10: Serena's epic comeback, Fed's streak at 23 - YAHOO!
";
arnews[4] += "The greatest streak in men's tennis history is still alive. After dropping the first set of his Australian Open quarterfinal in listless fashion to Nikolay Davydenko, Roger Federer stormed back to win the next three and advanced to his 23rd straight ...";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 14:35:00 GMT";
arnews[4] += "
";
arnews[5]="Serena Williams stays top of WTA rankings - Earthtimes
";
arnews[5] += "6) Victoria Azarenka, Belarus, 4,960 7. (7) Elena Dementieva, Russia, 4,705 8. (8) Jelena Jankovic, Serbia, 3,845 9. (9) Agnieszka Radwanska, Poland, 3,605 10. (10) Li Na, China, 3,500";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 09:35: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("