var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jorgensen, Lin reach China Open badminton final - Investors Business Daily
";
arnews[0] += "SHANGHAI, Nov 21, 2009 (Xinhua via COMTEX) -- Denmark's world No. 16 Jan Jorgensen edged out fourth seeded Chen Jin of China 11-21, 21-18, 22-20 in China Open badminton here on Saturday, securing the chance to meet China's top player Lin Dan in the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:55:00 GMT";
arnews[0] += "
";
arnews[1]="Results at China Badminton Open Super Series 2009 - Investors Business Daily
";
arnews[1] += "2-Lin Dan, China, bt 6-Park Sung Hwan, South Korea, 21-10, 21-11. Women's singles: 6-Jiang Yanjiao, China, bt Wang Shixian, China, 21-17, 21-14; Wang Xin, China, bt Li Xuerui, China, 21-19, 21-19. Men's doubles: 1-Koo Kien Keat/Tan Boon Heong ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:47:00 GMT";
arnews[1] += "
";
arnews[2]="Jorgensen enters China Open badminton final with luck - English_Xinhua
";
arnews[2] += "Tomorrow, probably Lin Dan, the best badminton player ever. I am just proud to be in the final. I've never played Lin Dan before. I will do everything I can and it will be amazing.\" Chen spared no effort to battle against his injury, but he failed at ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:17:00 GMT";
arnews[2] += "
";
arnews[3]="Inconsistent Chong Wei shown early exit in China - star.com.my
";
arnews[3] += "It is certainly a horrible outing for Chong Wei, who was the runner-up to China’s Lin Dan in the same tournament last year. It was also the first defeat by Jorgensen, who is now seen as a new jewel of Danish badminton. When Chong Wei claimed the ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:36:00 GMT";
arnews[3] += "
";
arnews[4]="Kien Keat, Boon Heong survive - New Straits Times
";
arnews[4] += "WORLD No 1 Koo Kien Keat-Tan Boon Heong survived a scare to join women’s doubles Wong Pei Tty-Chin Eei Hui in the semi-finals of the China Open in Shanghai yesterday. Kien Keat-Boon Heong were taken to the distance by South Korean back-up pair Shin ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:25:00 GMT";
arnews[4] += "
";
arnews[5]="Toward Anarchitecture: a Conversation Between Architects and Artists - Dexigner
";
arnews[5] += "... Clark, Rachel Whiteread, Maya Lin, Dan Graham, Diller Scofidio+ Renfro, Olafur Eliasson, James Wines, Walter Pichler, Heizer, Archigram, Sol Le Witt, Thomas Saraceno, Greg Lynn, Juan Downey ... instructors have laid the ground work for the way ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:46:00 GMT";
arnews[5] += "
";
arnews[6]="World-Class Athletes to Compete in Hong Kong - Businesswire.com
";
arnews[6] += "HONG KONG--( BUSINESS WIRE )--An impressive list of world-class athletes, including a number of Beijing Olympic gold medallists, will compete in the 2009 East Asian Games (EAG) in Hong Kong from December 5-13. Heading the list are 2008 synchronised ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 19:40:00 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("