var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Venus Williams getting attached to football - Denver Post
";
arnews[0] += "There's nothing like part-ownership in a pro football team to get you excited about the sport. Venus Williams says she's becoming ... a rooftop party Friday attended by Terrell Owens, Kelly Rowland, Gabrielle Union, Pete Wentz and sister Serena ...";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 01:09:00 GMT";
arnews[0] += "
";
arnews[1]="Oudin puts United States in Fed Cup semis TENNIS-W - KSTP
";
arnews[1] += "Oudin ... top two stars in Serena and Venus Williams. France has won just once in 12 all-time meetings with the U.S. in Fed Cup play, with the lone triumph coming at the 2003 final. The United States will next face the Russia-Serbia victor.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 14:29:00 GMT";
arnews[1] += "
";
arnews[2]="Top-ranked Serena Williams advances to Sydney International semifinals - The Gaea Times
";
arnews[2] += "Williams, playing her only warmup tournament ahead of her attempted title defense at the Australian Open, next plays France’s Aravane Rezai, who had a 6-3, 6-0 win over Italian ... Venus Williams easily reaches 8th Wimbledon final by routing top ...";
arnews[2] += "
Publ.Date : Tue, 12 Jan 2010 23:57:00 GMT";
arnews[2] += "
";
arnews[3]="Venus Williams Australian Open 2010: Venus Williams no panties? Photos - The Gaea Times
";
arnews[3] += "Venus Williams is playing well at the Australian Open 2010. After her most recent victory she said: “I love playing. I want to win each tournament I play. I want to win the majors, play doubles and be in the Olympics”. But Venus Williams is also ...";
arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 02:45:00 GMT";
arnews[3] += "
";
arnews[4]="Venus Williams out of Australian Open, loses to Li Na in quarterfinals - The Gaea Times
";
arnews[4] += "MELBOURNE, Australia — China’s Li Na has beaten Venus Williams 2-6, 7-6 (4), 7-5 in a marathon, mistake-ridden quarterfinal at the Australian Open featuring 110 unforced errors. Williams served for the match in the second set against Li but was ...";
arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 23:56:00 GMT";
arnews[4] += "
";
arnews[5]="In Pictures: 'Tide and Venus Williams Launch New Tide Plus Febreze ... - Monsters and Critics
";
arnews[5] += "Serena Williams, Stephen Ross, Venus Williams attending as Tide and Venus Williams launch new Tide Plus Febreze Freshness Sport in Miami Beach. Photo copyright by Jay Kravetz / PR Photos. Venus Williams attending as Tide and Venus Williams launch new ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 12:11: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("