var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Indian Wells wildcard for Justine Henin after springing Australian ... - Daily Record
";
arnews[0] += "... at Indian Wells ... Kim Clijsters in making a successful playing return and beat fifth seed Elena Dementieva and Yanina Wickmayer in Melbourne before losing to Serena Williams in the final. She joins fellow former champions Maria Sharapova, Ana ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 10:35:00 GMT";
arnews[0] += "
";
arnews[1]="Tennis: Henin receives wild card for Indian Wells - Expatica
";
arnews[1] += "The women's field includes Maria Sharapova, Kim Clijsters and defending champion Vera Zvonareva. The tournament is from March 8-21. Nadal, who was forced out of the Australian Open with a knee injury, was to miss the tournament this month in ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 21:57:00 GMT";
arnews[1] += "
";
arnews[2]="Maria Sharapova Breakfasts with Boyfriend - DailyFill
";
arnews[2] += "Maria Sharapova and Sasha Vujacic are all loved upas they have breakfast together at a local cafe. The former number 1ranked tennis star and Los Angeles Lakers shooting guard held hands asthey shared a laugh and strolled back to their car";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 19:11:00 GMT";
arnews[2] += "
";
arnews[3]="Twice as nice for cover girl Vonn - CNN Sports Illustrated
";
arnews[3] += "None was stranger than this: lying in the snow wearing only a bikini while hip-hop tunes roared out of a stereo at the top of a glacier in British Columbia, surrounded by fully clothed people, one of them her husband and of them taking pictures of ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:12:00 GMT";
arnews[3] += "
";
arnews[4]="Double dud: Maria Sharapova and her new dress flop in Australia - YAHOO!
";
arnews[4] += "Busted Racquet: \"The chiffon-thingy makes her look like The Little Mermaid circa 1968. Either that or Lillian Gish.\" Busted Racquet's fashion plate friend: \" It's bad camo negligee.\" Forty Deuce : \"I'm thinking it was cross-marketing .\" Opponent ...";
arnews[4] += "
Publ.Date : Mon, 18 Jan 2010 19:25:00 GMT";
arnews[4] += "
";
arnews[5]="Far from home: Watson, 17, gets company from mom - Midland Daily News
";
arnews[5] += "Like many players at the Dow Corning Tennis Classic, Heather Watson is a long way from home. But with her mother at her side, the 17-year-old from Great Britain feels right at home at the Midland Community Tennis Center for the $100,000 tournament ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:52: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("