var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'The Road' takes Viggo Mortensen to Mount St. Helen's and Astoria, Ore.
";
arnews[0] += "Viggo Mortensen in \"The Road,\" based on Cormac McCarthy's novel. WEINSTEIN CO. Mount St.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:29:44 GMT";
arnews[0] += "
";
arnews[1]="New on DVD: 'Knowing'; 'Jeff Garlin: Young & Handsome'; 'Push'; 'The Unborn'
";
arnews[1] += "Nicolas Cage, left, and Rose Byrne star in \" Knowing.\" Knowing Summit, $26.99; Blu-ray, $34.99 There's a substantial amount of \"not this again\" weighing down the sci-fi thriller \"Knowing,\" which stars Nicolas Cage as a divorced, reluctant prophet of doom with a son who talks to spirits.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 10:45:45 GMT";
arnews[1] += "
";
arnews[2]="New Season of The Witch TV Spot
";
arnews[2] += "Lionsgate just released this new movie trailer for the upcoming film \"Season of the Witch\" by director Dominic Sena and starring Nicolas Cage, Ron Perlman , Stephen Campbell Moore, Robert Sheehan and Christopher Lee.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:49:46 GMT";
arnews[2] += "
";
arnews[3]="Also in theaters
";
arnews[3] += "Ratings based on four-star system. Rated R 3 stars It's post-Katrina New Orleans and there are snakes in the water - none bigger than Terence McDonagh , an exceptionally corrupt detective, who slinks through town snorting coke, smoking heroin, harassing women and brandishing a .44 Magnum stuffed in the front of his pants.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:53:44 GMT";
arnews[3] += "
";
arnews[4]="Alley, Conan feud
";
arnews[4] += "QUOTE OF THE WEEK: \"That guy acts like I bit his d--- off.\" Kirstie Alley tweets Star Jones to say she's very cross with Conan O'Brien and tired of his fat jokes.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="John Woo directs action film 'Red Cliff'
";
arnews[5] += "The doves are back, and that's very good news for action movie fans. A universal sign of peace, they are a trademark symbol in the films of mayhem maestro John Woo, so when they soar in the new Chinese historical epic \"Red Cliff,\" it signals a return to form for the iconic director.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Nicolas Cage visits Kenyan jail
";
arnews[6] += "Film star Nicolas Cage has visited a Kenyan prison holding suspected Somali pirates awaiting trial to highlight the problem of piracy in the Indian Ocean.";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="John Woo revisits Chinese roots with 'Red Cliff'
";
arnews[7] += "Reporting from New York - \"I've always wanted to be a global filmmaker,\" John Woo said in an interview at his Manhattan hotel last month.";
arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 00:07:18 GMT";
arnews[7] += "
";
arnews[8]="The winner of the Bad Lieutenant poster design contest is...
";
arnews[8] += "Ahoy, squirts! Quint here with the results of the Bad Lieutenant: Port of Call New Orleans poster contest! I ended up with over 60 entries from all over the world.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 20:45:35 GMT";
arnews[8] += "
";
totcount = 9;
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("