var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Life lessons
";
arnews[0] += "Although 24, Carey Mulligan is a natural playing an impressionable teen in 'An Education.' November 21, 2009 \"An Education\" opens in 1961 with Jenny , a 16-year-old British schoolgirl, standing in the pouring rain, her cello case by her side.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:12:01 GMT";
arnews[0] += "
";
arnews[1]="Movie review: a oeAn Educationa
";
arnews[1] += "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[1] += "
Publ.Date : Sat, 21 Nov 2009 05:23:45 GMT";
arnews[1] += "
";
arnews[2]="Movie review: An Education *****
";
arnews[2] += "Directed by Lone Scherfig; screenplay by Nick Hornby, adapted from a memoir by Lynn Barber.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:55:20 GMT";
arnews[2] += "
";
arnews[3]="REVIEW: 'An Education' teaches about importance of brilliant actors
";
arnews[3] += "\"An Education,\" thematically complex, elegantly fashioned and breathtakingly acted, is a poignant coming-of-age story for both a character and a country, essentially a soap opera made vibrantly electric.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:14:42 GMT";
arnews[3] += "
";
arnews[4]="An Education deserves high marks
";
arnews[4] += "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[4] += "
Publ.Date : Fri, 20 Nov 2009 23:08:24 GMT";
arnews[4] += "
";
arnews[5]="Friday night at the movies
";
arnews[5] += "\"What do you wanna see?\" \"I dunno. What do you wanna see?\" Don't let this happen to you! Here are our weekend recommendations of the area's best movies.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:08:03 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("