var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Martina Hingis to play WTT - SamayLive
"; arnews[0] += "Washington: 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 ..."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 06:20:00 GMT"; arnews[0] += "
"; arnews[1]="AP Interview: Martina Hingis to play World TeamTennis; rules out full ... - Washington Examiner
"; arnews[1] += "... September, and the five-time Grand Slam singles champion will be playing more tennis this year: The 29-year-old Hingis has committed to a full season of WorldTeam Tennis, the coed league founded by Billie Jean King and heading into its 35th ..."; arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 19:57:00 GMT"; arnews[1] += "
"; arnews[2]="Martina Hingis to play WTT - SamayLive
"; arnews[2] += "Washington: 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 ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 06:20:00 GMT"; arnews[2] += "
"; arnews[3]="Martina Hingis to play WTT; rules out full return - WTOL-TV
"; arnews[3] += "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. But ..."; arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 19:14:00 GMT"; arnews[3] += "
"; arnews[4]="Martina Hingis rules out return to WTA - Nationalpost.com
"; 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 ..."; arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");