var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rachel Weisz - YAHOO!
";
arnews[0] += "British stage and film actress Rachel Weisz stood out from the pack of emerging U.K. actresses in the 1990s with her exotic, decidedly un-British looks, as well as the fierce intelligence of a woman who had been on a fast track to academia before ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 00:35:00 GMT";
arnews[0] += "
";
arnews[1]="Rachel Weisz: ‘Fear Makes Life More Interesting’ - Ok Magazine
";
arnews[1] += "“For example, taking on the role of Blanche in Streetcar , a role Vivien Leigh and other great actresses have portrayed, was absolutely terrifying. But fear makes life more interesting.” Rachel shines on December cover of Redbook and reveals in ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:24:00 GMT";
arnews[1] += "
";
arnews[2]="'The Lovely Bones' Star Rachel Weisz on Why She's Not Married - iVillage Entertainment
";
arnews[2] += "\"[He's taught me] to sing and joke more -- he has an unbelievable sense of humor,\" Weisz says. \"I’ve learned more patience; he’s definitely taught me to go more with the flow.\" Though she says that she's \"fallen even more in love with his father ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:55:00 GMT";
arnews[2] += "
";
arnews[3]="Heavenly movie tests Jackson to the limit - Stuff
";
arnews[3] += "After the mammoth undertaking of The Lord of the Rings and King Kong, Peter Jackson had hoped smaller-scale film The Lovely Bones would be a welcome change of pace. Instead, the Oscar-winning director says it tested him to the limit. \"It's been the ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:35:00 GMT";
arnews[3] += "
";
arnews[4]="Remind Me of This Event - HitFix
";
arnews[4] += "Based on the critically acclaimed best-selling novel by Alice Sebold, and directed by Oscar winner Peter Jackson from a screenplay by Jackson & Fran Walsh & Philippa Boyens, The Lovely Bones centers on a young girl who has been murdered and watches ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:43:00 GMT";
arnews[4] += "
";
arnews[5]="Eleven movies gift-wrapped for the holidays - News-Democrat
";
arnews[5] += "A couple of post-apocalypse dramas this fall does not mean the holiday movie season will be a desolate landscape of despair. On the contrary, many of the year-end movies touch on our basic need for human connection in an increasingly impersonal ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:59:00 GMT";
arnews[5] += "
";
arnews[6]="Newmarket acquires 'Agora' - Variety
";
arnews[6] += "Newmarket Films has acquired U.S. rights to Alejandro Amenabar's \"Agora\" and will release historical epic during the first half of next year. It's the first acquisition for Newmarket -- best known for handling \"The Passion of the Christ\" -- since the ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 09:53:00 GMT";
arnews[6] += "
";
arnews[7]="Newmarket acquires US rights to Alejandro Amenabar's Agora - Screendaily
";
arnews[7] += "Newmarket Films has picked up US rights from Cinetic Media to Alejandro Amenabar’s historical drama Agora starring Rachel Weisz following the film’s sensational run in Spain. Newmarket plans to release in the first half of 2010 and Agora marks ...";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 09:46:00 GMT";
arnews[7] += "
";
totcount = 8;
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("