var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The Robbers
"; arnews[0] += "A Tempo Films Investment Co., Stellar Mega Films Co., Shanghai Film Group, Infotainment China Media, Beijing Back Light Pictures Co."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 23:25:27 GMT"; arnews[0] += "
"; arnews[1]="Conjoined twins separated by 33 medics
"; arnews[1] += "Doctors have successfully separated conjoined twin sisters after a marathon operation in Hubei province yesterday, the Wuhan Evening News reported on November 18."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 07:19:13 GMT"; arnews[1] += "
"; arnews[2]="Stern alum's gift to be used for faculty endowment, financial aid, building projects
"; arnews[2] += "A Stern alumnus donated $20 million to the Stern School of Business to help fund scholarships and renovations."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 06:51:22 GMT"; arnews[2] += "
"; arnews[3]="Taiwanese artists and German art circles
"; arnews[3] += "Markus Wernhard may be the one foreign officer in Taiwan who is most familiar with Chinese culture."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 04:34:48 GMT"; arnews[3] += "
"; arnews[4]="Commodity inflation
"; arnews[4] += "Why are the prices of so many commodities rising in an economy that seems to remain quite weak? The table at the right summarizes the percent change between January 6 and November 11 in the cash prices of 19 commodities reported in the Wall Street Journal ."; arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 14:36:39 GMT"; arnews[4] += "
"; arnews[5]="Bourdy Holds Off McILROY to Win
"; arnews[5] += "Gregory Bourdy held off a spirited challenge from new Race to Dubai leader Rory McIlroy to win the UBS Hong Kong Open by two shots today."; arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 13:01:51 GMT"; arnews[5] += "
"; totcount = 6; 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("
");document.write("
");