var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Movie review and director interview: The Messenger
"; arnews[0] += "Oren Moverman didn't set out to direct The Messenger , the film made from the script he co-wrote with Alessandro Camon ."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="John Hillcoat's more human apocalypse
"; arnews[1] += "For director John Hillcoat, a budget of more than US$20-million would have been a a waste of resources.a TM When John Hillcoat sat down during the Toronto International Film Festival to talk about his movie The Road, the rival end-of-the-world film 2012 was still two months away from release."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:10:42 GMT"; arnews[1] += "
"; arnews[2]="Movies:
"; arnews[2] += "Review: 'Twilight Saga: New Moon' Mick LaSalle, Chronicle Movie Critic The Twilight Saga: New Moon RATING: Starring Kristen Stewart, Robert Pattinson and Taylor Lautner."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Mia Wasikowski is the New Jane Eyre?
"; arnews[3] += "I was looking forward to seeing Ellen Page as Jane Eyre, wondering how she would handle the role of the poor governess from the wrong side of the moors."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:42:01 GMT"; arnews[3] += "
"; arnews[4]="The Messenger
"; arnews[4] += "After being wounded in Iraq, a valorous but emotionally repressed soldier returns to the States, where the army, displaying all the irony of a Hollywood screenwriter, assigns to him the wrenching duty of notifying parents and spouses that their loved ones have died in combat."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:41:51 GMT"; arnews[4] += "
"; arnews[5]="Movie review: - The Messenger' delivers an emotional punch
"; arnews[5] += "I'm not being facetious when I say it's your patriotic duty to see \"The Messenger,\" one of the most moving tributes I can think of to the parents, children and spouses who have lost a loved one to war."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:20:04 GMT"; arnews[5] += "
"; arnews[6]="Two exceptional performances
"; arnews[6] += "Drama. Starring Ben Foster, Woody Harrelson and Samantha Morton. Directed by Oren Moverman."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 19:48:43 GMT"; arnews[6] += "
"; arnews[7]="War's saddest moments move 'The Messenger'
"; arnews[7] += "How do you break bad news, the worst news, the news that forever alters someone's life? There is no rule book for telling someone that their son, their daughter, their husband or wife, has died in war."; arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[7] += "
"; totcount = 8; 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("
");