var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Delighted Jorgensen sets up final clash with Lin Dan
";
arnews[0] += "SHANGHAI: Danish shuttler Jan O Jorgensen is on cloud nine again after claiming another big scalp in the China Open here, beating homester Chen Jin to march into the final.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:38:26 GMT";
arnews[0] += "
";
arnews[1]="Lin to meet Jorgensen
";
arnews[1] += "WORLD No. 2 Lin Dan needed only 37 minutes to ease past South Korea's Park Sung-hwan 21-10, 21-11 at the China Open in Shanghai yesterday, to set up a final clash with Denmark's Jan Jorgensen today.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:38:52 GMT";
arnews[1] += "
";
arnews[2]="Jorgensen enters China Open badminton final with luck
";
arnews[2] += "Denmark's world No. 16 Jan Jorgensen disappointed Chinese spectators to edge out fourth seeded Chen Jin of China 11-21, 21-18, 22-20, securing the chance to the final at the China Open badminton here on Saturday.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:03:15 GMT";
arnews[2] += "
";
arnews[3]="Few in U.S. Make End-of-Life Wishes Known
";
arnews[3] += "Confronted with an ever-growing pile of old newspapers, Taiwanese fashion designer Colin Lin came up with the idea of using them to make shoes and tote bags for her environmentally friendly footwear company.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="No repeat of heroics as Mew Choo succumbs to Shixian
";
arnews[4] += "PETALING JAYA: A stirring late fightback was not good enough to see Wong Mew Choo through to the semi-final of the China Open in Shanghai yesterday.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:22:26 GMT";
arnews[4] += "
";
arnews[5]="Lin and Chen seal spots in semifinals
";
arnews[5] += "CHINA'S world No. 2 Lin Dan got past Indonesia's Santoso Simon to reach the men's singles semifinals at the China Open in Shanghai yesterday.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:54:02 GMT";
arnews[5] += "
";
arnews[6]="Taiwan firm uses recycled paper in shoemaking
";
arnews[6] += "Confronted with an ever-growing pile of old newspapers, Taiwanese fashion designer Colin Lin came up with the idea of using them to make shoes and tote bags for her environmentally friendly footwear company.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 05:00:00 GMT";
arnews[6] += "
";
arnews[7]="Lin Dan advances to China Open Badminton quarterfinals
";
arnews[7] += "China's Lin Dan returns the shuttlecock to his teammate Chen Long during the men's singles second round match at the 2009 Badminton China Open Tournaments in Shanghai, east China, on Nov.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 12:43:47 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("