var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rachel Weisz Covers Redbook Dec. 2009
";
arnews[0] += "On whether she'll ever marry her fiance, Darren Aronofsky : \"We are engaged, and Darren and I are completely committed to - until death do us part,' although we haven't made it official with the paperwork yet.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:10:02 GMT";
arnews[0] += "
";
arnews[1]="'Agora' Picked Up For U.S. Release
";
arnews[1] += "Title: 'AGORA' PICKED UP FOR U.S. RELEASE \"Agora,\" Alejandro Amenabar's intellectual epic that had sat without a U.S. buyer for six months, has found a stateside home.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:32:26 GMT";
arnews[1] += "
";
arnews[2]=""Agora" Finds US Distributor
";
arnews[2] += "The film Agora , starring sci-fi darling Rachel Weisz, has finally found a distrubutor in the United States.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:55:21 GMT";
arnews[2] += "
";
arnews[3]="New York - Ted Kruckel: Masked Raconteurs Tell Tales at Moth Ball, and I Have a Blast
";
arnews[3] += "Early in his remarks at the Moth Ball, host Garrison Keillor told the guests that he had recently suffered a stroke.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:56:12 GMT";
arnews[3] += "
";
arnews[4]="Early Oscar Predictions
";
arnews[4] += "The last few months of the year will see what The Cynic hopes will be movies worth talking about throughout the remaining months of this year, a year that I consider one of the worst for movies.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:40:55 GMT";
arnews[4] += "
";
arnews[5]="Rachel Weisz For RedBook
";
arnews[5] += "In this month's much anticipated film The Lovely Bones, Rachel Weisz plays a mother coming apart at the seams.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:48:05 GMT";
arnews[5] += "
";
arnews[6]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[6] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[6] += "
";
arnews[7]="The Top 10 Films for the 2010 Oscars
";
arnews[7] += "Precious. No other movie has gotten the media attention or the Buzz as much as this Oprah and Tyler Perry Co-produced film.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 12:33:12 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("