var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Another chapter in Cronenberg's history of violence
";
arnews[0] += "David Cronenberg's follow-up to A History of Violence is far moodier, but somewhat less emotional as it takes a Russian mob story and turns it into an anthropological examination of the criminal's warped code of ethics.";
arnews[0] += "
Publ.Date : Fri, 28 Dec 2007 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Trucker DVD Review
";
arnews[1] += "Writer-director James Mottern's Trucker is very much a mixed bag. Produced for around $1.5 million, the independent drama debuted at the Tribeca Film Festival back in April 2008 and stars Michelle Monaghan, Nathan Fillion, Benjamin Bratt, Joey Lauren Adams, and Jimmy Bennett.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 02:49:29 GMT";
arnews[1] += "
";
arnews[2]="Beyond rehab, Dr. Drew points to a societal cancer
";
arnews[2] += "Now in its third season, \"Celebrity Rehab with Dr. Drew\" leaves me with more questions than answers.";
arnews[2] += "
Publ.Date : Thu, 07 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="How Landers came up with all the answers
";
arnews[3] += "For almost half a century, advice columnist Ann Landers was the syndicated voice of reason in nearly 1,200 newspapers worldwide, including this one.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="In review: Kiss Kiss Bang Bang
";
arnews[4] += "\"Kiss Kiss Bang Bang\" establishes right off the bat that it's supposed to be a tongue-in-cheek style of noir film.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 11:14:55 GMT";
arnews[4] += "
";
arnews[5]="Blue Collar, Oscar Gold
";
arnews[5] += "Every now and again, Hollywood makes a go at depicting the working class, often around Oscar season and usually to hilarious effect.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 13:53:44 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("