var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wang Liqin eludes Sharath’s grasp; China in finals - Hindu
";
arnews[0] += "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. LUCKNOW: On Sunday, India’s coach Massimo Costantini had talked about some of the ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 06:46:00 GMT";
arnews[0] += "
";
arnews[1]="Asian T-T: Indian challenge ends in singles events - Indian Express
";
arnews[1] += "The Indian challenge ended on Friday in the singles events of the 19th Asian Table Tennis Championships with the defeat of Olympian Achanta Sharath Kamal and and Sourav Chakraborty in the third round. The Indian women had bowed out in second round ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:12:00 GMT";
arnews[1] += "
";
arnews[2]="Win for China, praise for India - Hindustan Times
";
arnews[2] += "Ace Indian paddler Achanta Sharath Kamal on Wednesday almost created history at the 19th Asian Table Tennis Championship in Lucknow, pushing World No 5 Wang Liqin of China to the wall before losing a hard-fought battle. Though table tennis powerhouse ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 18:50:00 GMT";
arnews[2] += "
";
arnews[3]="What Might Have Been? Wu Hao Provides the Answer - ITTF
";
arnews[3] += "Discussions in sport often centre around what might have been. “If”, the smallest word, is the biggest. So if Sharath Kamal Achanta, having established a two matches to nil lead against Wang Liqin in the quarter-final of the Men’s Team event at ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 10:19:00 GMT";
arnews[3] += "
";
arnews[4]="Indian men crash out of team event in Asian TT - Rediff
";
arnews[4] += "Soumyadeep Roy suffered a 0-3 humiliation at the hands of Wang Liqin in the first encounter, while Ma Long blanked Sourav Chakraborty with an identical scoreline in the third tie. Under pressure, Sharath also failed to maintain the rhythm in his ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 15:37:00 GMT";
arnews[4] += "
";
arnews[5]="A Difference a Day Makes - ITTF
";
arnews[5] += "Otherwise matters went very much as predicted with the top four seeds all prevailing in style; there were few problems for China’s Ma Long and Wang Liqin nor for Japan’s Jun Mizutani nor Hong Kong’s Cheung Yuk. Meanwhile, in the Women’s ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:47: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("