var arnews = new Array(9); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Michelle Yeoh
"; arnews[0] += "

For the movie "Memoirs of a Geisha" Michelle Yeoh had to learn to play the shamisen which is made from the skin of a dead cat. (4:36)

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Access Hollywood - Jet Li and Michelle Yeoh Battle in "Mummy 3"
"; arnews[1] += "

Jet Li and Michelle Yeoh talk about their experience performing their own stunts; filming in China; and what it was like to finally have a battle on-screen together.

Add this to your queue
Added: Tue Sep 16 09:08:46 UTC 2008
Air date: Fri Sep 19 00:00:00 UTC 2008
Duration: 04:04

"; arnews[1] += "
Publ.Date : Tue, 16 Sep 2008 09:08:46 -0000"; 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("
");