var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Indonesian exit opens door to Fairuzizuan-Zakry
"; arnews[0] += "PETALING JAYA: Mohd Zakry Abdul Latif-Mohd Fairuzizuan Mohd Tazari may get to compete in the Super Series Masters Finals after all following Indonesia's decision to withdraw all their national players from the event next month."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:34:03 GMT"; arnews[0] += "
"; arnews[1]="Another major scalp for Jorgensen
"; arnews[1] += "SHANGHAI: Denmark's rising star Jan O Jorgensen continues to make the world of badminton sit up and take notice of him."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 01:32:13 GMT"; arnews[1] += "
"; arnews[2]="Top seed Lee struggles on while Chinese women cruise...
"; arnews[2] += "Top-seeded Lee Chong Wei struggled into the semifinal of the men's single event at the HongKong Badminton Open here on Friday while the women's single title was already reserved by the Chinese women."; arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 13:20:21 GMT"; arnews[2] += "
"; arnews[3]="Lee continues comeback to reach semis
"; arnews[3] += "World number one Lee Chong Wei of Malaysia moved a step closer to his first Hong Kong Open title after saving five match points to oust countryman Muhammad Hafiz Hashim in a three-set quarter-final at Queen Elizabeth Stadium yesterday."; arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 23:41:09 GMT"; arnews[3] += "
"; arnews[4]="Badminton: Hafiz on the attack
"; arnews[4] += "KUALA LUMPUR: Malaysian singles shuttler Mohd Hafiz Hashim played an attacking game to end the gallant run of Nguyen Tien Minh and reach the quarter-finals of the Hong Kong Open yesterday."; arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 01:39:39 GMT"; arnews[4] += "
"; arnews[5]="Champ's got work cut out at SEA Games,
"; arnews[5] += "Viet Nam's top badminton player Nguyen Tien Minh will have the world's top player, Malaysia's Lee Chong Wei, to overcome to win the gold medal at the 25th SEA Games in Laos next month."; arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 09:28:37 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("
");