var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="China s food industry expected to expand 16.7%
";
arnews[0] += "Output value of China's food industry is expected to grow 16.7 percent year on year, according to China National Food Industry Association .";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:13:15 GMT";
arnews[0] += "
";
arnews[1]="China's food industry expected to expand 16.7% year on year
";
arnews[1] += "Output value of China's food industry is expected to grow 16.7 percent year on year, according to China National Food Industry Association .";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:01:53 GMT";
arnews[1] += "
";
arnews[2]="Food industry to expand 16.7 percent
";
arnews[2] += "BEIJING: Output value of China's food industry is expected to grow 16.7 percent year on year, according to China National Food Industry Association .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:12:49 GMT";
arnews[2] += "
";
arnews[3]="New Cause of Osteoporosis: Mutation in a miroRNA
";
arnews[3] += "Xiang-Hang Luo and colleagues, at Second Xiangya Hospital of Central South University, People's Republic of China, have now identified a previously unknown microRNA as crucial to bone maintenance in mice and humans.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:11:31 GMT";
arnews[3] += "
";
arnews[4]="Local official's death highlights power shortage
";
arnews[4] += "The apparent suicide of an education bureau director who had been struggling to find heating fuel has highlighted the shortage of coal at schools in Yuxian county, Hebei province.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:19:25 GMT";
arnews[4] += "
";
arnews[5]="World-Class Athletes to Compete in Hong Kong
";
arnews[5] += "An impressive list of world-class athletes, including a number of Beijing Olympic gold medallists, will compete in the 2009 East Asian Games in Hong Kong from December 5-13. Heading the list are 2008 synchronised three-metre springboard Olympic gold medallists Guo Jingjing and Wu Minxia, current Olympic badminton men's singles champion Lin Dan, and ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 12:29:29 GMT";
arnews[5] += "
";
arnews[6]="Stars shine brighter with EMBA
";
arnews[6] += "Along with well-heeled executives, celebrities have also been feeding the coffers of the nation's top business schools, money that may be going to providing greater luxury and gloss rather than business knowledge.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 08:54:55 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("