var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wild At Heart (1990) - film.com
";
arnews[0] += "Film.com's FREE movie of the week is \"Love the Hard Way.\" Oscar-winner Adrien Brody and Charlotte Ayanna star in this drama about a thief who falls for a curious, beautiful young woman. As their intimacy grows, a slick cop (Pam Greer) is closing in";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:42:00 GMT";
arnews[0] += "
";
arnews[1]="Fantastic Mr. Fox - Paste Magazine
";
arnews[1] += "Starring: George Clooney, Meryl Streep, Bill Murray, Adrien Brody, Owen Wilson, Willem Dafoe, Jason Schwartzman, Brian Cox, Michael Gambon, Anjelica Huston Studio/Run Time: Twentieth Century Fox, 87 min. Wes Anderson’s whimsical animated film ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 19:20:00 GMT";
arnews[1] += "
";
arnews[2]="Cadillac Records - Take 40
";
arnews[2] += "Follow The Beat To The Source Cadillac Records chronicles the rise of Leonard Chess' (Adrien Brody) Chess Records and its recording artists including Muddy Waters (Jeffrey Wright), Little Walter (Columbus Short), Chuck Berry (Mos Def), Willie Dixon ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:23:00 GMT";
arnews[2] += "
";
arnews[3]="Seven More "Remakes" We'd Love Werner Herzog To Direct - IFC
";
arnews[3] += "Pair him with a starlet like Evan Rachel Wood, who already proved herself capable of feigning romantic interest in a man decades older than her in Woody Allen's \"Whatever Works,\" and you have the makings of a classic. Speaking of Adrien Brody, he was ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:14:00 GMT";
arnews[3] += "
";
arnews[4]="Harrison's Flowers - San Diego weekly Reader
";
arnews[4] += "Adrien Brody, Brendan Gleeson, Elias Koteas, David Strathairn. 2002.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:04:00 GMT";
arnews[4] += "
";
arnews[5]="Liberty Heights - San Diego weekly Reader
";
arnews[5] += "With Ben Foster, Adrien Brody, Joe Mantegna, and Bebe Neuwirth. 1999.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 11:43: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("