var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Jeon Ji-hyun to Star in Chinese Movie
"; arnews[0] += "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."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 03:49:27 GMT"; arnews[0] += "
"; arnews[1]="Are You Hugh Jackman's "Secret Fan"?
"; arnews[1] += "Hugh Jackman will do a cameo in Wayne Wang's \"Snow Flower and the Secret Fan\" reports Reuters ."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 01:22:50 GMT"; arnews[1] += "
"; arnews[2]="Hugh Jackman To Star In Wayne Wang's 'Snow Flower And the Secret Fan'
"; arnews[2] += "Loading ... The Shanghai-based Oriental Morning Post reports that Australian star Hugh Jackman will play the male lead in Wayne Wang's \"Snow Flower and the Secret Fan.\" Additionally, it's reported that \"Forbidden Kingdom's Li Bingbing has replaced Zhang Ziyi in the film, which will also Jeon Ji-Hyun. Filming for \"Snow Flower\" has begun at Hengdian, ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 20:58:17 GMT"; arnews[2] += "
"; arnews[3]="Jun Ji-hyun sticks with Wayne ...
"; arnews[3] += "Following reports that she had dropped out of the cast, it has been confirmed that actress Jun Ji-hyun still plans to appear in the new film by Chinese-American director Wayne Wang, titled Snow Flower and the Secret Fan."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 17:09:42 GMT"; arnews[3] += "
"; arnews[4]="Jackman Boards Wendi Murdoch-Produced 'Snow Flower'
"; arnews[4] += "Hugh Jackman will join Jeon Ji-Hyunand and Li Bingbing in director Wayne Wang 's Snow Flower and the Secret Fan , the trades report."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 15:15:58 GMT"; arnews[4] += "
"; arnews[5]="Hugh Jackman Off to China to Work With Wang
"; arnews[5] += "Hugh-ge In China: Hugh Jackman has joined South Korean actress Jeon Ji-Hyun and Chinese actress Li Bingbing in Snow Flower and the Secret Fan ."; arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 14:04:41 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("
");