var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " - "Joan+Chen" - Google News"; document.title=document.title+ " "; arnews[0]="Wong's nature watch - Straits Times
"; arnews[0] += "

Straits Times

Wong's nature watch
Straits Times
... should not expect the sort of images he is famous for, such as his take on Bollywood star Aishwarya Rai or Chinese-American actress Joan Chen. ...

"; arnews[0] += "
Publ.Date : Thu, 05 Nov 2009 11:06:42 GMT+00:00"; arnews[0] += "
"; arnews[1]="Lust, Caution - Baltimore City Paper
"; arnews[1] += "

Baltimore City Paper

Lust, Caution
Baltimore City Paper
... university student and actress turned resistance spy Wang Chia Chi (Tang Wei) infiltrates the house of Mr. Yee (Tony Leung) and his wife (Joan Chen). ...

"; arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 05:10:05 GMT+00:00"; 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("
");document.write("
");