var arnews = new Array(7); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Jackman picks 'Flower' - Variety
"; arnews[0] += "HONG KONG -- Hugh Jackman is set to join South Korea's Jeon Ji-Hyunand and Chinese thesp Li Bingbing in helmer Wayne Wang's \"Snow Flower and the Secret Fan,\" according to local reports. English-language pic, an adaptation of Lisa See's novel about ..."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 05:09:00 GMT"; arnews[0] += "
"; arnews[1]="Wolverine Joins Wayne Wang - Empire
"; arnews[1] += "... Morning Post, are reporting that Hugh Jackman has signed on to join Wayne Wang's Snow Flower and the Secret Fan . The film was set to co-star Zhang Ziyi, but she's now reportedly been replaced by The Forbidden Kingdom's Li Bingbing. The film is ..."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 00:37:00 GMT"; arnews[1] += "
"; arnews[2]="Hugh Jackman Working With The Biggest Wang In Shanghai - Cinema Blend
"; arnews[2] += "Replacing Zhang Ziyi in the female lead is Li Bingbing, who may be less recognizable, but whose name is infinitely more fun to say. Snow Flower is the story of two females who are slaves to their 19th century Chinese traditions. Working in servitude ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 06:06:00 GMT"; arnews[2] += "
"; arnews[3]="Hugh Jackman joins 'Snow Flower and the Secret Fan' - Channel NewsAsia
"; arnews[3] += "Chinese actress Li Bingbing replaces Zhang, who dropped out from the film last week to focus on filming martial arts movie \"The Grand Master\". South Korean actress Jeon Ji-Hyun (\"Blood: The Last Vampire\"), who was previously reported to have ..."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 02:45:00 GMT"; arnews[3] += "
"; arnews[4]="Jeon Ji-hyun to Star in Chinese Movie - Digital Chosunilbo
"; arnews[4] += "Jeon Ji-hyun, star of the hit movie \"My Sassy Girl,\" has been cast as one of the leads in the Chinese film \"Snow Flower and the Secret Fan,\" and began shooting on Tuesday. She will star alongside top Chinese actress Li Bingbing and \"Wolverine\" star ..."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 02:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");