var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="1999 Martina Hingis vs. Venus Williams match point
"; arnews[0] += "1999 Martina Hingis vs. Venus Williams match point"; arnews[0] += "
Publ.Date : Wed, 20 May 2009 16:12:42 GMT"; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="Martina Hingis
"; arnews[1] += "Click here to watch the video"; arnews[1] += "
Publ.Date : Wed, 18 Feb 2009 19:05:14 GMT"; arnews[1] += "
"; arnews[2]="Martina Hingis and Anna Kournikova
"; arnews[2] += "Martina Hingis and Anna Kournikova"; arnews[2] += "
Publ.Date : Wed, 04 Feb 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Two years doping ban for Martina Hingis
"; arnews[3] += "Former World Number One tennis champion Martina Hingis has been banned for two years for failing a doping test, the International Tennis Federation announced on Friday."; arnews[3] += "
Publ.Date : Fri, 04 Jan 2008 15:07:10 GMT"; arnews[3] += "
"; arnews[4]="Martina Hingis Interview 2006 - Talking Tennis
"; arnews[4] += "Martina Hingis Interview 2006 - Talking Tennis"; arnews[4] += "
Publ.Date : Thu, 08 Nov 2007 00:00:00 GMT"; arnews[4] += "
"; arnews[5]="Martina Hingis niega haber esnifado cocaína
"; arnews[5] += "La que fuera número uno del mundo, de origen suizo, se defiende de esta manera de los test sanguíneos que señalan que esnifó cocaína en el último torneo de Wimbledon que..."; arnews[5] += "
Publ.Date : Fri, 02 Nov 2007 10:41:00 GMT"; arnews[5] += "
"; arnews[6]="VARIOUS: TENNIS - Hingis tests positive for cocaine, retires
"; arnews[6] += "Former world number one Martina Hingis said on Thursday (November 1) she had tested positive for cocaine during Wimbledon this year and announced she was retiring from the..."; arnews[6] += "
Publ.Date : Fri, 02 Nov 2007 00:00:00 GMT"; arnews[6] += "
"; arnews[7]="TENNIS: Martina Hingis announces her retirement following positive cocaine test
"; arnews[7] += "Former tennis number one Martina Hingis has admitted she tested positive for cocaine during the 2007 Wimbledon tournament, and has announced her retirement. Hingis says she is..."; arnews[7] += "
Publ.Date : Thu, 01 Nov 2007 00:00:00 GMT"; arnews[7] += "
"; arnews[8]="Andy Roddick & John Cena VS Martina Hingis & Ana Ivanovic
"; arnews[8] += "Professional tennis player, Andy Roddick, partnered with WWE wrestler, John Cena, face off against pro tennis players: Martina Hingis and Ana Ivanovic in a comedic doubles match..."; arnews[8] += "
Publ.Date : Sun, 26 Aug 2007 16:55:05 GMT"; arnews[8] += "
"; arnews[9]="Martina Hingis
"; arnews[9] += "martina video with music by Craig David's Unbelievable."; arnews[9] += "
Publ.Date : Sat, 22 Apr 2006 03:53:02 GMT"; arnews[9] += "
"; totcount = 10; 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("
");