var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Ivanisevic has to give in to the pain
"; arnews[0] += "Goran Ivanisevic's career is hanging by a torn thread holding the rototator cuff together in his left shoulder."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 06:09:03 GMT"; arnews[0] += "
"; arnews[1]="Henin granted Indian Wells wildcard
"; arnews[1] += "Australian Open finalist and former world number one Justine Henin has been granted a wildcard place in next month's BNP Paribas Open at Indian Wells."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 06:08:36 GMT"; arnews[1] += "
"; arnews[2]="Hantuchova into Brisbane quarterfinals
"; arnews[2] += "Fourth seed Daniela Hantuchova of Slovakia moved into the quarterfinals at the Brisbane International tennis event thanks to a two-set victory over Hungary's Agnes Szavay."; arnews[2] += "
Publ.Date : Wed, 06 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Henin receives wildcard to BNP Paribas
"; arnews[3] += "INDIAN WELLS - Australian Open finalist Justine Henin accepted a wildcard into the BNP Paribas Open, which will mark her first appearance in Indian Wells since 2006."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Justine Henin granted wildcard for Indian Wells
"; arnews[4] += "The Belgian, who won the event in 2004, retired from tennis in May 2008 but has followed compatriot 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."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 12:27:56 GMT"; arnews[4] += "
"; arnews[5]="Indian Wells wildcard for Justine Henin after springing Australian Open comeback shock
"; arnews[5] += "AUSTRALIAN Open finalist and former world number one Justine Henin has been granted a wildcard place in next month's BNP Paribas Open at Indian Wells."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 11:53:28 GMT"; arnews[5] += "
"; arnews[6]="Lopez lands in Johannesburg QFs
"; arnews[6] += "Third-seeded Feliciano Lopez of Spain highlighted Wednesday's second-round winners at the $500,000 SA Tennis Open."; arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 23:47:08 GMT"; arnews[6] += "
"; arnews[7]="Justine Henin Receives Wildcard into Indian Wells
"; arnews[7] += "Former champion Justine Henin has accepted a wildcard into March's BNP Paribas Open in Indian Wells, California."; arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 20:47:27 GMT"; arnews[7] += "
"; totcount = 8; 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("
");