var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="More 'Twilight Saga' parodies! Here's one brought to...
";
arnews[0] += "More 'Twilight Saga' parodies! Here's one brought to you by Vampax November 21, 3:39 PM LA Personalities Examiner Jorge Carreon Brandon Routh has plenty of bite in Funny or Die's \"Twilight\" parody.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Superman should have flown to The Keg
";
arnews[1] += "It's an old saw about independent films costing less than the catering budget for studio productions, so here's a new metaphor: The Canadian superhero movie Sidekick had a budget smaller than the electricity bill for just one of the sets on this summer's Superman Returns.";
arnews[1] += "
Publ.Date : Sat, 18 Nov 2006 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Holiday TV Guide: Three 'Christmas Carols,' two showings of 'Grinch, and much more
";
arnews[2] += "The Grinch and his pal Max are back for another seasonal run of \"How The Grinch Stole Christmas.\" Television programmers decorate for the holidays much the same as we do.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:31:11 GMT";
arnews[2] += "
";
arnews[3]="a oeChucka Starts January 10th
";
arnews[3] += "NBC has announced that the third season of \"Chuck\" will get a two night kick-off in January.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:40:29 GMT";
arnews[3] += "
";
arnews[4]="Brandon Routh and Martha MacIsaac Exploit TWILIGHT's Menstruation Loophole for Comedy
";
arnews[4] += "It's unnecessary to poke fun at Twilight and The Twilight Saga: New Moon because both films are funny enough on their own.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:55:02 GMT";
arnews[4] += "
";
arnews[5]="[PODCAST] 411 Movies Zone Podcast for 11.20.09: Movies That Make You Sleepy and Hungry
";
arnews[5] += "In part two, we look at movies that we fall asleep to including The Postman , The Island , It's A Wonderful Life , Alexander and Superman Returns , and then movies that make us hungry like Julie & Julia , The Big Lebwoski , Chocolat and The Godfather .";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 10:32:56 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("