var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Our critics' selections - Philadelphia Inquirer
";
arnews[0] += "Precious: Based on the Novel 'Push' by Sapphire Can the story of an abused, illiterate, obese teenager impregnated by her father be uplifting and heart-stirring? Yup. Philly filmmaker Lee Daniels brings humor and pathos to a horrific tale, and gets ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:02:00 GMT";
arnews[0] += "
";
arnews[1]="Movie review: ‘An Education' gets a glowing grade - Asheville Citizen-Times
";
arnews[1] += "“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[1] += "
Publ.Date : Sat, 21 Nov 2009 05:32:00 GMT";
arnews[1] += "
";
arnews[2]="Film Review: Girl’s ‘Education’ is beautifully told - Omaha World-Herald
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 06:58:00 GMT";
arnews[2] += "
";
arnews[3]="Life lessons - Cape Cod Times
";
arnews[3] += "\"An Education\" opens in 1961 with Jenny (Carey Mulligan), a 16-year-old British schoolgirl, standing in the pouring rain, her cello case by her side. David (Peter Sarsgaard), somewhere in his 30s, pulls up in his car. He says he's a music lover and ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:43: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]="Carey Mulligan’s ‘Education’: From nobody to indie favorite to ... - Kansas City Star
";
arnews[5] += "It’s hard not to think that Carey Mulligan is having a “Queen for a Day” moment. Done up in purple satin, with gold stilettos, the fresh-faced 24-year-old is dolled up for pictures and perched on an antique table in the $4,200-a-night ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:59: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("