var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Bad Lieutenant: Port of Call New Orleans' is weird but entertaining
";
arnews[0] += "Bad Lieutenant: Port of Call New Orleans ****R ; 121 min. Bad Lieutenant: Port of Call New Orleans sounds as if it belongs alongside Road House 2: Last Call and Leprechaun: Back 2 tha Hood on the straight-to-video shelf.On paper, nearly everything bodes poorly for this nonsequel, from the fact that it has nothing to do with Abel Ferrara's cult ...";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 19:31:00 GMT";
arnews[0] += "
";
arnews[1]="Kiefer Sutherland 'I'm sooo sooo sorry!'
";
arnews[1] += "Since I received my degree and the economy took a dive, my being unemployed caught up with me and to say the least my satellite TV no longer exists.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 19:22:09 GMT";
arnews[1] += "
";
arnews[2]="Lonnng Haul
";
arnews[2] += "Every frame of director John Hillcoat's reverent adaptation of Cormac McCarthy's novel The Road trembles with grim nobility.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 18:38:39 GMT";
arnews[2] += "
";
arnews[3]="Biker chic through the years
";
arnews[3] += "COOL: Brando makes his mark. 1953: Marlon Brando turns the motorcycle jacket into a fashion classic in \"The Wild One.\" 1967: Brigitte Bardot sings a song called \"Harley-Davidson\" and poses with the inspiration in over-the-knee leather boots and matching leather shorts.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Below the belt
";
arnews[4] += "Doctors suspect that being overweight can play a part in the development of prostate cancer, while the causal relationship between obesity and diabetes is well-established. Science Photo Library This month, more than 200,000 men from New Zealand to the UAE to Hawaii are sporting increasingly bushy upper lips in aid of Movember - a ...";
arnews[4] += "
Publ.Date : Mon, 23 Nov 2009 03:28:57 GMT";
arnews[4] += "
";
arnews[5]="Mitote Nov. 22, 2009
";
arnews[5] += "A new exhibit, A Song for the Horse Nation , opened Nov. 14 at the National Museum of the American Indian in New York City, with a kiln-worked glass horse mask by local artist Marcus Amerman.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 08:00: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("