var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bad Lieutenant: Port of Call New Orleans - Philadelphia Citypaper
";
arnews[0] += "Director Werner Herzog made it clear from the beginning that he was not familiar with, nor gave a shit about, Abel Ferrara's original Bad Lieutenant (1992), starring Harvey Keitel as the ultimate junkie cop. Herzog wasn’t lying. While Ferrara's ...";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 19:47:00 GMT";
arnews[0] += "
";
arnews[1]="Interview: Nicolas Cage - Boston Phoenix
";
arnews[1] += "Nicolas Cage has gone through a bad patch of late. His father, August, died of a heart attack on October 29. The following week, details of Cage's disastrous finances began to surface: debts of federal-deficit proportions, accusations against his ...";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 16:56:00 GMT";
arnews[1] += "
";
arnews[2]="Review: Bad Lieutenant: Port of Call New Orleans - Boston Phoenix
";
arnews[2] += "As opposed to the situation in Abel Ferrara's guilt-tormented 1992 original, the \"badness\" in Werner Herzog's reinvented, sublimely wacko, and invigoratingly transgressive Bad Lieutenant isn't moral, it's existential. For Lieutenant Terence McDonagh ...";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 16:48:00 GMT";
arnews[2] += "
";
arnews[3]="Movie Review: 'Bad Lieutenant: Port of Call New Orleans' - Delaware County Daily Times
";
arnews[3] += "NEW YORK (AP) --- 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 ...";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 16:34:00 GMT";
arnews[3] += "
";
arnews[4]="Regina filmmaker wins U.S. court battle - CBC News
";
arnews[4] += "... was promised the credits to film Clean Out , a nearly $20-million US movie starring Timothy Dalton, Harvey Keitel and Elliott Gould. Filming was slated to start earlier this month, but the Iowa state government ... breach of contract.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 06:11:00 GMT";
arnews[4] += "
";
arnews[5]="Movie Review: Bad Lieutenant a Wildly Entertaining Dark Comedy - National Ledger
";
arnews[5] += "Bad Lieutenant: Port of Call New Orleans stars Nicolas Cage and Eva Mendes - Overall Great - 4 out of 5 beams. It’s a good thing that a bad title and bad blood don’t trump brilliant execution of a perfect set-up, ‘cause otherwise Bad Lt. NO ...";
arnews[5] += "
Publ.Date : Mon, 23 Nov 2009 22:04: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("