var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrated Chinese composer visits music centre
";
arnews[0] += "Back in 2006 I bought a remarkable book written by Chinese composer and flautist, cookery writer and expert on traditional Chinese food Guo Yue.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 16:34:13 GMT";
arnews[0] += "
";
arnews[1]="Spirit of PaperTigers Project
";
arnews[1] += "Today PaperTigers announced its Spirit of PaperTigers Project , an initiative of Pacific Rim Voices, with the aim of promoting literacy \"while raising awareness of our common humanity.\" This will involve a donation of 100 book sets of seven carefully selected multicultural books to libraries and schools in areas of need across the globe.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 04:01:25 GMT";
arnews[1] += "
";
arnews[2]="China skeptical as foreign firms push carbon capture
";
arnews[2] += "This is the pipe that brings in CO2 gas from North Dakota, ending at the EnCana Weyburn facility in Saskatchewan.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 23:57:25 GMT";
arnews[2] += "
";
arnews[3]="Chinese paddlers face tough fight for Olympic berths
";
arnews[3] += "Not surprisingly, China continued its supremacy on the world table tennis stage last year.";
arnews[3] += "
Publ.Date : Thu, 07 Jan 2010 02:30:37 GMT";
arnews[3] += "
";
arnews[4]="Teenager replaces Olympic and world champion for ITTF top spot
";
arnews[4] += "Olympic and world champion Zhang Yining, the former world No. 1 women table tennis player, was replaced by 18-year-old fellow Chinese Liu Shiwen on the world rankings issued by the International Table Tennis Federation on Sunday.";
arnews[4] += "
Publ.Date : Mon, 04 Jan 2010 07:44:58 GMT";
arnews[4] += "
";
arnews[5]="A palette-ble feast
";
arnews[5] += "MALAYSIAN art in Shanghai and Paris; video art and designs from Japan; contemporary art from China; the Eight Malaysian Pioneer Artists exhibition, and a retrospective by photographer Ismail Hashim.";
arnews[5] += "
Publ.Date : Sun, 03 Jan 2010 04:49:16 GMT";
arnews[5] += "
";
arnews[6]="Genomewide Association Study of Leprosy
";
arnews[6] += "Fu-Ren Zhang, M.D., Ph.D., Wei Huang, Ph.D., Shu-Min Chen, M.D., Ph.D., Liang-Dan Sun, M.D., Ph.D., Hong Liu, M.D., Yi Li, Ph.D., Yong Cui, M.D., Ph.D., Xiao-Xiao Yan, M.D., Hai-Tao Yang, M.D., Rong-De Yang, M.D., Tong-Sheng Chu, M.D., Chi Zhang, M.D., Lin Zhang, M.D., Jian-Wen Han, M.D., Gong-Qi Yu, B.S., Cheng Quan, M.D., Yong-Xiang Yu, B.S., ...";
arnews[6] += "
Publ.Date : Wed, 30 Dec 2009 21:56:23 GMT";
arnews[6] += "
";
arnews[7]="China sweeps titles at Asian Beach Volleyball Championship
";
arnews[7] += "China's Xue Chen and Zhang Xi stand on the awarding podium after winning the women's final against another Chinese pair Jin Jieqiong and Yue Yuan at the 2009 Asian Beach Volleyball Championships in Haikou, capital of south China's Hainan Province, Dec.";
arnews[7] += "
Publ.Date : Sun, 27 Dec 2009 08:45:28 GMT";
arnews[7] += "
";
totcount = 8;
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("