var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="First round exit for Sania in Pattaya
"; arnews[0] += "In a match lasting close to two hours, Sania went down 6-3, 4-6, 3-6 as she continued her poor run on the circuit."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:55:01 GMT"; arnews[0] += "
"; arnews[1]="Zvonareva rolls in Pattaya opener
"; arnews[1] += "Top-seeded and defending champion Vera Zvonareva highlighted Tuesday's first-round winners at the $220,000 Pattaya Open tennis event."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:02:15 GMT"; arnews[1] += "
"; arnews[2]="Tammy the lone Thai survivor
"; arnews[2] += "Resilient Tamarine Tanasugarn is the only Thai to emerge unscathed in the battle that ensued in the US$220,000 PTT Pattaya Open at the Dusit Thani Hotel yesterday."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:34:00 GMT"; arnews[2] += "
"; arnews[3]="Justine stays out of appearnce fee, Maria to decide soon
"; arnews[3] += "AUSTRALIAN Open finalist Justine Henin has decided not to participate in the US$250,000 Sony Ericsson WTA Tour Malaysian International Open on Feb 22-28. Justine's decision comes after the organisers, Carbon Media failed to raise the money for the appearance fee for the Belgian former World No 1. Justine, on her website, said she is back in Belgium ..."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 09:50:26 GMT"; arnews[3] += "
"; arnews[4]="Lisicki rolls in Pattaya opener
"; arnews[4] += "Second-seeded Sabine Lisicki highlighted Monday's first-round winners at the $220,000 Pattaya Open tennis event."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 22:28:45 GMT"; arnews[4] += "
"; arnews[5]="Somdev jumps 21 places in ATP rankings
"; arnews[5] += "Indiaa s Somdev Devvarman jumped 21 places to be at 141st position in the Association of Tennis Professionals rankings released Monday."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:58: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("
");