var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="'An Education' is first-rate fare: Movie Review
"; arnews[0] += "Your browser's security settings are preventing some features from appearing. See instructions for fixing the problem."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT"; arnews[0] += "
"; arnews[1]="Film Review: Girla s a Educationa is beautifully told
"; arnews[1] += "Carey Mulligan and Peter Sarsgaard star in \"An Education.\" SONY PICTURES Published Saturday November 21, 2009 Film Review: Girl's 'Education' is beautifully told It's an old story: an older man turning the head of a schoolgirl, who either grows wiser or just older herself."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:55:21 GMT"; arnews[1] += "
"; arnews[2]="Movie review: a oeAn Educationa
"; arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 05:23:45 GMT"; arnews[2] += "
"; arnews[3]="An Education deserves high marks
"; arnews[3] += "Coming-of-age movies are a dime-a-dozen, but one as exemplary as An Education deserves nothing less than the opportunity to command top dollar on the open market."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:08:24 GMT"; arnews[3] += "
"; arnews[4]="Movie Review | An Education: Actress excels in breakthrough
"; arnews[4] += "Funny and moving in the way it looks at a girl's journey from innocence to experience, An Education does so many things so well, it's difficult to know where to begin when cataloging its virtues."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:41:25 GMT"; arnews[4] += "
"; arnews[5]="'Education' a delightful look at growing up
"; arnews[5] += "'An Education' is just what the title promises, and a delight, as well. What do we learn? Something about the role of women in early 1960s England and a lot about Carey Mulligan, who is fantastic as a precocious teenage girl whose eyes are opened to the possibilities of life beyond suburban London by an older, not entirely scrupulous fellow ."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00: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("
");