var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The WTA's saviors: Caroline Wozniacki, Yanina Wickmayer - Oregonian
";
arnews[0] += "There are a number of promising possibilities, but I will focus on two telegenic women who are currently knocking on the door of Grand Slamdom: Denmark’s Caroline Wozniacki and Belgium’s Yanina Wickmayer , who faced off against each other in last ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 13:01:00 GMT";
arnews[0] += "
";
arnews[1]="SI swimsuit edition puts Roddick's wife on cover - Tacoma News Tribune
";
arnews[1] += "Li upset No. 4 seed Caroline Wozniacki 6-3, 6-2 in a 98-minute match featuring 12 service breaks. Li held when it counted, saving three break-point chances against the U.S. Open finalist in an 11-minute opening game. She also served it out on her ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:21:00 GMT";
arnews[1] += "
";
arnews[2]="Serena Williams stays top of WTA rankings - Earthtimes
";
arnews[2] += "Berlin - Australian Open champion Serena Williams stayed top in the WTA women's rankings published on Monday. Williams tops the list with 9,195 points ahead of Russian Dinara Safina (6,480) and US Open finalist Caroline Wozniacki of Denmark who ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 09:35:00 GMT";
arnews[2] += "
";
arnews[3]="Li upsets Wozniacki to reach Australian Open quarter-finals - The Gaea Times
";
arnews[3] += "MELBOURNE - China’s Li Na swamped Danish fourth seed Caroline Wozniacki 6-4, 6-3 Monday to reach the third Grand Slam quarter-final of her career with the victory at the Australian Open. The 17th-ranked Li handed US Open finalist Wozniacki a defeat ...";
arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 23:58:00 GMT";
arnews[3] += "
";
arnews[4]="Sixth-seeded and former champion Jose Acasuso out of Movistar Open ... - The Gaea Times
";
arnews[4] += "SANTIAGO, Chile — Former champion Jose Acasuso of Argentina has retired during his second-round match at the Movistar Open because of an injury. Acasuso, the Movistar champion in 2006 and runner-up last year, won the first set from countryman ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[4] += "
";
arnews[5]="Money Leaders - MLive.com
";
arnews[5] += "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[5] += "
Publ.Date : Tue, 09 Feb 2010 05:37: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("