var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Death Proof
";
arnews[0] += "Quentin Tarantino has earned his name, Total Film named him the 12th greatest director of all time.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:15:34 GMT";
arnews[0] += "
";
arnews[1]="Nothing Like The Holidays
";
arnews[1] += "Our review of Nothing Like The Holidays , published October 27th, 2009, is also available.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Generation gap
";
arnews[2] += "Three-Cornered Moon , Maid of Salem , I Met Him in Paris , No Time For Love , The Egg and I and Ernst Lubitsch's Bluebeard's Eighth Wife .";
arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 03:40:22 GMT";
arnews[2] += "
";
arnews[3]=""Tyler Perry's Madea Goes to Jail"
";
arnews[3] += "By now everyone knows Tyler Perry movies are A) review-proof and B) not made \"for\" white people, so if white people see them and don't get them, it's because they're, well, white people.";
arnews[3] += "
Publ.Date : Sat, 21 Feb 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Nothing Like The Holidays
";
arnews[4] += "The holiday season is the time for families to reunite, and this Puerto Rican-American clan converges on Chicago from all over; laughter, arguments, food, and secrets swirl in this movie, which sees Jesse, a returning Iraq veteran , at a loss in civilian life.";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 19:56:18 GMT";
arnews[4] += "
";
arnews[5]="Ice Age' shows it's time for extinction October 30, 2009
";
arnews[5] += "Mammoths Manny, left, and Ellie, along with possums Crash and Eddie are shown in a scene from a oeIce Age: Dawn of the Dinosaurs.a 20th Century Fox Coming up Among upcoming DVD releases : Tuesday: \"Aliens in the Attic,\" \"G.I. Joe: The Rise of Cobra,\" \"Not Forgotten,\" \"I Love You, Beth Cooper,\" \"White Christmas: Anniversary Edition\" Nov.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 13:17:49 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("