var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Film Review: Girl’s ‘Education’ is beautifully told - Omaha World-Herald
"; arnews[0] += "It’s an old story: an older man turning the head of a schoolgirl, who either grows wiser or just older herself. But in the hands of Danish director Lone Scherfig and Brit screenwriter Nick Hornby (“High Fidelity,” “Fever Pitch”), who wrote ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:19:00 GMT"; arnews[0] += "
"; arnews[1]="Drayton youngster meets X Factor twins Jedward - Evening News Norwich
"; arnews[1] += "A city youngster got the star treatment when she met X Factor sensations John and Edward. Young Olivia Williams, from Drayton, met the twins when she went to watch the premiere of A Christmas Carol at London's Leicester Square. The 10-year-old, who ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 10:52:00 GMT"; arnews[1] += "
"; arnews[2]="Movie review: ‘An Education' gets a glowing grade - Asheville Citizen-Times
"; arnews[2] += "“An Education” is a winning little film about life and love and how jumping at a sure thing can have some unfortunate consequences. With great acting, writing and direction, it seems certain to be Oscar-nominated and moves to the head of the ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:32:00 GMT"; arnews[2] += "
"; arnews[3]="An Education - OregonLive.com
"; arnews[3] += "\"Why was I, a conventional Twickenham schoolgirl, running round London nightclubs with a con man?\" British journalist Lynn Barber asks herself this question in her memoir, published earlier this year. The question has now led to a movie, which ..."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[3] += "
"; arnews[4]="Movie review: “An Education” - Richmond Times-Dispatch
"; arnews[4] += "Sixteen-year-old Jenny learns the ways of the world in the coming-of-age drama \"An Education.\" Carey Mulligan is radiant as a suburban teenager in 1961 London who is curious and clever beyond her years but still rather innocent and impressionable ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:03:00 GMT"; arnews[4] += "
"; arnews[5]="'An Education' makes the grade - Courier-Journal
"; arnews[5] += "... about the way all these talents came together and meshed with the film's perfectly cast costars, who include Alfred Molina, Cara Seymour, Dominic Cooper, Rosamund Pike, Olivia Williams and Emma Thompson. Everything starts with Barber, who wrote ..."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:03:00 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("
");