var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Ana Ivanovic was photographed by Marlena Bielinska in New York, New ... - CNN Sports Illustrated
"; arnews[0] += "Ana Ivanovic, 22, is a professional tennis player and the winner of the 2008 French Open. Ivanovic was born in Belgrade, Serbia, and took up tennis after watching Monica Seles on television. Ana was featured on a Serbian postage stamp in 2008 and was ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT"; arnews[0] += "
"; arnews[1]="Unidentified assailant punched and stabbed Rathore, is arrested - The Gaea Times
"; arnews[1] += "Monica Seles, former top-ranked women's player, to be inducted into Tennis Hall of Fame July 11th, 2009 Seles to be inducted into Tennis Hall of FameNEWPORT, R.I. — Monica Seles leads this year's class of inductees into the International Tennis ..."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 13:54:00 GMT"; arnews[1] += "
"; arnews[2]="Trail Blazers: League investigating security breach in Dallas-Portland ... - Oregonian
"; arnews[2] += "Bruce Ely/The Oregonian Rudy Fernandez 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. Two women walked onto the court and into the Blazers' team huddle ..."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 17:53:00 GMT"; arnews[2] += "
"; arnews[3]="An Ace of a Tennis Event - New Jersey Monthly
"; arnews[3] += "Can a major tennis event help pull Atlantic City out of its economic doldrums? We’ll find out on April 10, when tennis pros from yesterday and today convene at Boardwalk Hall for the first Caesars Tennis Classic. The event will be hosted by Venus ..."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 14:53:00 GMT"; arnews[3] += "
"; arnews[4]="Top 5 Expectations for the 2010 WTA/ATP Tennis Seasons - Deadbolt
"; arnews[4] += "2010 ushers in the start of a new year and a new tennis season and hopefully the fresh start fans have been waiting for since the dismal and controversial on-court year of 2009. The doping scandals, ranking instability, and general lack of consistent ..."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT"; arnews[4] += "
"; arnews[5]="Fan storms court to shake Marin Cilic's hand after semifinal loss - YAHOO!
"; arnews[5] += "Another Grand Slam, another fan trespassing on the court. This time it came during an Australian Open men's semifinal between Andy Murray and Marin Cilic . As the pair were shaking hands at the net following Murray's four-set victory, a man casually ..."; arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 20:46: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("
");document.write("
");