var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Free trade agreement boosts China-ASEAN investment
";
arnews[0] += "Sharing supply chains rather than competing against each other is key to the further development of China-ASEAN trade, according to China-ASEAN Business Council Chinese Secretariat.";
arnews[0] += "
Publ.Date : Tue, 27 Jul 2010 08:00:42 GMT";
arnews[0] += "
";
arnews[1]="Mitochondrial enzymes and citrate transporter contribute to the...
";
arnews[1] += "Mitochondrial enzymes and citrate transporter contribute to the aluminium-induced citrate secretion from soybean roots Muyun Xu A C , Jiangfeng You A C , Ningning Hou A C , Hongmei Zhang A C , Guang Chen B D and Zhenming Yang A C D A Agriculture Ecology and Environment Laboratory, College of Plant Science, Jilin University, Changchun 130062, ...";
arnews[1] += "
Publ.Date : Fri, 26 Mar 2010 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Mitochondrial enzymes and citrate transporter contribute to the...
";
arnews[2] += "Mitochondrial enzymes and citrate transporter contribute to the aluminium-induced citrate secretion from soybean roots Muyun Xu A C , Jiangfeng You A C , Ningning Hou A C , Hongmei Zhang A C , Guang Chen B D and Zhenming Yang A C D A Agriculture Ecology and Environment Laboratory, College of Plant Science, Jilin University, Changchun 130062, ...";
arnews[2] += "
Publ.Date : Fri, 26 Mar 2010 07:00:59 GMT";
arnews[2] += "
";
totcount = 3;
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("