var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Paddlers bow out of Asian meet
";
arnews[0] += "Lucknow: Curtains were drawn on Indian challenge after all three doubles pairs lost their respective matches to crash out of the 19th Asian Table Tennis Championships here on Saturday.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:34:05 GMT";
arnews[0] += "
";
arnews[1]="China proves its supremecy in Asian TT C'ship
";
arnews[1] += "Lucknow, Nov 21 : It will be an all Chinese affair in the men's and women singles event in the 19th Asian Table Tennis Championship here.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:09:55 GMT";
arnews[1] += "
";
arnews[2]="China retains men's title; Japan wins hearts
";
arnews[2] += "UNSTOPPABLE: The victorious Chinese women's team strikes a pose after its triumph.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 22:57:55 GMT";
arnews[2] += "
";
arnews[3]="Wang Liqin eludes Sharath's grasp; China in finals
";
arnews[3] += "So near... India's Sharath Kamal almost pulled off a major upset when he stretched three-time world champion Wang Liqin in the Asian table tennis championship.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:20:23 GMT";
arnews[3] += "
";
arnews[4]="Wang 'not yet ready to take queen's role'
";
arnews[4] += "World number one Wang Yihan of China clinched her fifth Super Series title of the year in Hong Kong yesterday, but the 21-year-old said it was still too early to call her the new queen of the sport.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 21:12:59 GMT";
arnews[4] += "
";
arnews[5]="China pockets three golds at English Table Tennis Open
";
arnews[5] += "China bagged home three gold medals at the ITTF Pro Tour English Table Tennis Open while South Korea's Kim Kyung Ah and Park Mi Young snatched the women's doubles title on Sunday.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 04:35:17 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("