var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Table Tennis: Silver for Singapore women's team at Asian Championships
";
arnews[0] += "SINGAPORE: Singapore's women paddlers settled for silver in the Asian Championships in Lucknow, India after losing 1-3 to favourites and defending champions China in the team final on Thursday.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 18:30:01 GMT";
arnews[0] += "
";
arnews[1]="High-coverage proteome analysis reveals the first insight of protein...
";
arnews[1] += "Abstract Leptospirosis is a widespread zoonotic disease caused by pathogenic spirochetes of the genus Leptospira that infects humans and a wide range of animals.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 15:29:40 GMT";
arnews[1] += "
";
arnews[2]="Chinese women's soccer faces uphill task
";
arnews[2] += "Sponsoring men's soccer clubs is burning cash but your hands can be warmed, while sponsoring women's can only freeze your heart, a women's soccer insider told Xinhua on Wednesday.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 18:33:15 GMT";
arnews[2] += "
";
arnews[3]="19th Asian Table Tennis Champ in Lucknow from Nov 16
";
arnews[3] += "Lucknow, Nov 5 : After a gap of 17 years, India would hold the 19th Asian Table Tennis Championship in Lucknow from November 16 to 22.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 13:46:42 GMT";
arnews[3] += "
";
arnews[4]="Table Tennis: China beats Singapore 3-0 at women's World Cup
";
arnews[4] += "LINZ, Austria: As expected, China retained the women's World Cup Team crown in Austria on Sunday, cruising 3-0 past Singapore.";
arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 00:18:52 GMT";
arnews[4] += "
";
arnews[5]="Long, Guo Yue lead star cast
";
arnews[5] += "NEW DELHI: World number two Ma Long and three-time World champion Wang Liqin will be at Lucknow to continue China's domination in the 19th Asian table tennis championship that begins on November 16.";
arnews[5] += "
Publ.Date : Sun, 25 Oct 2009 20:37:59 GMT";
arnews[5] += "
";
arnews[6]="A Novel Influenza A (H1N1) Vaccine in Various Age Groups
";
arnews[6] += "Feng-Cai Zhu, M.D., Hua Wang, M.D., Han-Hua Fang, M.D., Jian Guo Yang, M.D., Xiao Jun Lin, M.D., Xiao-Feng Liang, M.D., Xue-Feng Zhang, M.D., Hong-Xing Pan, M.D., Fan-Yue Meng, M.D., Yue Mei Hu, M.D., Wen-Dong Liu, M.D., Chang-Gui Li, M.D., Wei Li, M.D., Xiang Zhang, M.D., Jin Mei Hu, M.D., Wei Bing Peng, M.D., Bao Ping Yang, M.D., Pei Xi, M.D., ...";
arnews[6] += "
Publ.Date : Wed, 21 Oct 2009 22:57:00 GMT";
arnews[6] += "
";
totcount = 7;
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("