var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Lopez, Robert reach final in Johannesburg - Tacoma News Tribune
"; arnews[0] += "MELBOURNE, Australia – Justine Henin beat No. 27 Alisa Kleybanova, 3-6, 6-4, 6-2, early today to reach the fourth round of the Australian Open, staging another memorable rally in her first Grand Slam since she returned to professional tennis ..."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 18:05:00 GMT"; arnews[0] += "
"; arnews[1]="First set holds the key in Australian Open finals: Rusedski - The Gaea Times
"; arnews[1] += "LONDON - British tennis legend Greg Rusedski has said that the final between No.1 Roger Federer and No.5 Andy Murray will be a tough encounter with the first set holding the key. “If Roger Federer wins the opening set, he goes on to win 97 per cent ..."; arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 13:07:00 GMT"; arnews[1] += "
"; arnews[2]="Australian Open to Improve on Great 2010 Amidst China Challenge - Bleacherreport.com
"; arnews[2] += "The 2010 Australian Open has once again proved to be an enormous success attendance wise, and it will need to continue if the first Grand Slam tournament on the Tennis calendar is to remain down under. China has recently showed interest in hosting ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 01:34:00 GMT"; arnews[2] += "
"; arnews[3]="Top-seed Cilic to quaterfinals at Zagreb Indoors - Fresno Bee
"; arnews[3] += "Second-seeded and defending champion Marin Cilic is headed back to the finals after claiming a 6-1, 6-3 victory over fourth-seeded Janko Tipsarevic in the semifinal round at the season- opening Chennai Open, an Australian Open tune-up. Cilic, who ..."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 20:16:00 GMT"; arnews[3] += "
"; arnews[4]="Hingis to play WTT but rules out full return - The Sun News
"; arnews[4] += "Martina Hingis can't help but contemplate yet another comeback when she sees the success Kim Clijsters and Justine Henin are having after being away from tennis. \"There's a spark,\" Hingis said in a telephone interview with The Associated Press ..."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 04:47:00 GMT"; arnews[4] += "
"; arnews[5]="WTA may rule out Brisbane International return for Justine Henin - News.com.au
"; arnews[5] += "JUSTINE Henin wants to play in the Brisbane International again to launch her 2011 season, but a rankings rise into the top 10 might mean the Australian Open runner-up is stopped under WTA tour rules. Brisbane International tournament director Steve ..."; arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 14:14: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("
");