var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Conjoined twins separated by 33 medics - AsiaOne
";
arnews[0] += "CHINA - Doctors have successfully separated conjoined twin sisters after a marathon operation in Hubei province yesterday, the Wuhan Evening News reported on November 18. 33 medical staff at Union Hospital in Wuhan, the provincial capital, spent 13 ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 10:15:00 GMT";
arnews[0] += "
";
arnews[1]="Threnody’s violent tones all too realistic, touching - Richmond Times-Dispatch
";
arnews[1] += "Creating visual images in one's head can be a useful way of listening to symphonic music. But it would be best to halt the imagination somewhere around the middle of \"Nanking! Nanking! A Threnody for Orchestra and Pipa.\" If this music were a movie ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[1] += "
";
totcount = 2;
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("