var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mondays with Bob Greene: Fed Cup Weekend
";
arnews[0] += "Feliciano Lopez won the SA Tennis Open in Johannesburg, South, Africa, defeating Stephane Robert 7-5 6-1 Thomaz Bellucci beat Juan Monaco 6-2 0-6 6-4 to win the Novistar Open in Santiago, Chile FED CUP First Round World Group Italy beat Ukraine 4-1 Czech Republic beat.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 14:39:13 GMT";
arnews[0] += "
";
arnews[1]="Eastbourne lures Graf and Seles
";
arnews[1] += "Monica Seles, who has not played at Wimbledon since 1992, may complete the preparation for her return to the All England Club by joining Steffi Graf in making her debut at the Direct Line Insurance Championships at Eastbourne from 17 to 22 June.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 09:23:54 GMT";
arnews[1] += "
";
arnews[2]="Serena wins Australian Open
";
arnews[2] += "Wednesday, 03 February 2010 09:38 MELBOURNE, Australia - Serena Williams won her second straight Australian Open championship, ending Justine Henin's hopes of a Grand Slam title in her return from retirement with a 6-4, 3-6, 6-2 victory Jan.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Competitive field for Dow Corning Classic
";
arnews[3] += "Thursday, February 04, 2010 at 3:03 p.m. Read more: Dow Corning Tennis Classic , Midland Community Tennis Center , USTA , Local Pro When the USTA named Midland Americaa s Best Tennis Town and selected the Dow Corning Tennis Classic as the only $100,000 event the Tour, it wasna t surprising to Mike Woody, tournament director, that the competition, ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 05:51:44 GMT";
arnews[3] += "
";
arnews[4]="German Haas Receives US Citizenship
";
arnews[4] += "Tommy Haas is now a dual German and US citizen. German Tommy Haas received his US citizenship last week in a ceremony in Tampa, Florida, just a few days after he was beaten by Jo-Wilfried Tsonga in the Australian Open third round.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 22:18:38 GMT";
arnews[4] += "
";
arnews[5]="Serena Williams stops Henin for fifth Australian Open title
";
arnews[5] += "Serena Williams won her second straight Australian Open championship, ending Justine Henin's hopes of a Grand Slam title in her return from retirement with a 6-4, 3-6, 6-2 victory Saturday.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 19:45:26 GMT";
arnews[5] += "
";
arnews[6]="Trail Blazers: League investigating security breach in Dallas-Portland game; news, notes and links
";
arnews[6] += "The league is looking into the security lapse that allowed two fans to walk into the Blazers' huddle during Portland's game at Dallas Saturday.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 17:57:40 GMT";
arnews[6] += "
";
arnews[7]="Serena wins Australian Open
";
arnews[7] += "Written by Associated Press Wednesday, 03 February 2010 09:38 MELBOURNE, Australia - Serena Williams won her second straight Australian Open championship, ending Justine Henin's hopes of a Grand Slam title in her return from retirement with a 6-4, 3-6, 6-2 victory Jan.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 17:20:19 GMT";
arnews[7] += "
";
arnews[8]="Current Issue
";
arnews[8] += "Home on the ranch with the legendary Royal Lipizzan stallions. Eye Candy For the owners of a famous confection company, a Seaplace vacation condo is home, sweet, home.";
arnews[8] += "
Publ.Date : Wed, 03 Feb 2010 10:49:22 GMT";
arnews[8] += "
";
totcount = 9;
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("