var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Slight rise in US debt not a sign of new strategy: Experts
";
arnews[0] += "Despite worries about the value of its foreign assets, China increased its holdings in United States Treasury securities in September by $1.8 billion.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 16:12:00 GMT";
arnews[0] += "
";
arnews[1]="Tsai optimistic on DPP election prospects
";
arnews[1] += "Democratic Progressive Party Chairperson Tsai Ing-wen, right, and the DPP candidate for Taitung County commissioner, Liu Ti-hao, center, ride around the county on bicycles yesterday to muster support for Liu in the upcoming local elections.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:32:46 GMT";
arnews[1] += "
";
arnews[2]="Listings: Beijing
";
arnews[2] += "The Beijing LDTX modern dance 's production, Walks of Life, is choreographed by Ma Shouze.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:48:11 GMT";
arnews[2] += "
";
arnews[3]="LANXESS Inaugurates New Leather Chemicals Production Line in China
";
arnews[3] += "LANXESS inaugurated a new leather chemicals production line in Wuxi, China. From left to right, Martin Kraemer, LANXESS' CEO of Greater China; Dr.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 05:38:54 GMT";
arnews[3] += "
";
arnews[4]="Slight rise in US debt not a sign of new strategy: Experts
";
arnews[4] += "Despite worries about the value of its foreign assets, China increased its holdings in United States Treasury securities in September by $1.8 billion.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:50:07 GMT";
arnews[4] += "
";
totcount = 5;
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("