var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fashion news - Women.timesonline
";
arnews[0] += "Rosamund Pike looks as if she is in the audition queue for 103 Dalmatians: Cruella Hits the Temazepam; or in a join-the-dots puzzle that forms a picture of a woman who needs to have laser eye surgery before she dresses herself again. Ladies and ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 00:39:00 GMT";
arnews[0] += "
";
arnews[1]="'An Education': Oscar-nominated film returns to Cleveland-area ... - Cleveland Plain Dealer
";
arnews[1] += "The film is set in Britain in 1961, and also features impressive performances by Peter Sarsgaard, Rosamund Pike and Alfred Molina.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 21:50:00 GMT";
arnews[1] += "
";
arnews[2]="AN EDUCATION is announced for March 30 release - DVDTOWN.com
";
arnews[2] += "Connect to Facebook/Twitter, recommend via email and much more. Sony Pictures just announced that the 1960s coming-of-age story \"An Education\" will be available on Blu-ray and DVD on March 30. Here's a clip , and below is the release: CULVER CITY ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:37:00 GMT";
arnews[2] += "
";
arnews[3]="New movies - Post-Tribune
";
arnews[3] += "Stars: Carey Mulligan, Peter Sarsgaard, Dominic Cooper, Rosamund Pike, Alfred Molina and Cara Seymour. A coming-of-age story about a teenage girl in 1960s suburban London, and how her life changes with the arrival of a playboy nearly twice her age.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 10:00:00 GMT";
arnews[3] += "
";
arnews[4]="An Education - Entertainment Weekly Online
";
arnews[4] += "Equally important players: Dominic Cooper and the divine Rosamund Pike as David's ever-so-knowing pals, Olivia Williams as a teacher who hates to see her prize pupil make poor choices, and Emma Thompson, steaming forth like a battleship as Jenny's ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 21:11:00 GMT";
arnews[4] += "
";
arnews[5]="An Education DVD - femalefirst.co.uk
";
arnews[5] += "Alongside Mulligan’s 'glowing performance' (Daily Telegraph) and the charming Peter Sarsgaard, are Dominic Cooper (Mamma Mia, The History Boys), Rosamund Pike (Pride & Prejudice, Fugitive Pieces), Emma Thompson (Sense & Sensibility, Last Chance ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 10:39: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("