var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " - "Will Yun+Lee" - Google News"; document.title=document.title+ " "; arnews[0]="Double Edge picks up Chu's $15m Treasure Hunter - Screendaily.com
"; arnews[0] += "

Double Edge picks up Chu's $15m Treasure Hunter
Screendaily.com
Directed by Gordon Chan (Painted Skin), and starring Maggie Q, Ray Park, Sean Faris and Will Yun Lee, the film is based on a best-selling video game ...

"; arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 21:02:56 GMT+00:00"; arnews[0] += "
"; arnews[1]="Double Edge buys 'Treasure Hunter' - Hollywood Reporter
"; arnews[1] += "

Double Edge buys 'Treasure Hunter'
Hollywood Reporter
"King of Fighters" which screens this week in AFM stars Maggie Q, Ray Park, Sean Faris and Will Yun Lee. It was produced by Bobby Sheng, Tim Kwok and Joseph ...

"; arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 10:49:51 GMT+00:00"; arnews[1] += "
"; arnews[2]="Movie product placements from PumpTop TV - Product Placement News
"; arnews[2] += "

Movie product placements from PumpTop TV
Product Placement News
One of the first films to be featured will be “King of Fighters”, which stars Sean Faris, Will Yun Lee, Maggie Q, Ray Park, and Bernice Liu. ...

"; arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 03:27:34 GMT+00:00"; arnews[2] += "
"; totcount = 3; 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("
");