var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tallahassee Could Find Love Interest in 'Zombieland 2' - AceShowbiz
";
arnews[0] += "Beside hoping to get a girl for the Woody Harrelson's character, scribe Rhett Reese also plans to feature a lot of bloody scenes in this 'Zombieland' sequel. Screenwriters Rhett Reese and Paul Wernick have had a chat with MTV to talk about what's on ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:46:00 GMT";
arnews[0] += "
";
arnews[1]="Oasis' Noel Gallagher to appear at Toronto trial - CRAVE ONLINE
";
arnews[1] += "To compliment this week's DVD / BluRay release of the horror-comedy hit, Zombieland, bonus material has surfaced, including deleted scenes and making-of features. Below, we see the process for applying make-up for the zombie characters, as well as ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[1] += "
";
arnews[2]="'Zombieland' Tops Weekly BLOCKBUSTER(R) Hit List of 'Top 10 Rented ... - Stockhouse
";
arnews[2] += "Topping the BLOCKBUSTER(R) (NYSE: BBI, BBI.B) Hit List of \"Top 10 Rented DVD Titles\" for the week ending Feb. 7 is \"Zombieland.\" The film stars Woody Harrelson, Jesse Eisenberg, Emma Stone and Abigail Breslin as survivors of a zombie apocalypse ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:38:00 GMT";
arnews[2] += "
";
arnews[3]="Review: 'Zombieland' is gory fun - CNN
";
arnews[3] += "( EW.com ) -- \"Zombieland\" isn't the first film to riff on the undead. Edgar Wright's \"Shaun of the Dead\" beat it by five years ... and did it a whole lot better. But this ripsnorting road movie is still a yukfest in every sense of the word. Mostly ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 22:34:00 GMT";
arnews[3] += "
";
arnews[4]="New on DVD: 'Zombieland,' 'Amelia' - WBIR
";
arnews[4] += "Zombieland brings new life to the living-dead genre in this horror/comedy/satire. A plague has turned humankind into flesh-eating zombies, leaving only a handful of humans trying to survive. Woody Harrelson plays Tallahassee, a trigger-happy good ol ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 16:41:00 GMT";
arnews[4] += "
";
arnews[5]="Why Is Bill Murray So Good at Playing Dead? - Flavorwire
";
arnews[5] += "As an immortal and inexplicably caustic weatherman, Murray foreshadows future success playing the bitter, lovable grouch. According to director Harold Ramis, Phil Connors spends 10 years trapped in Punxsutawney, struggling to permanently off himself ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:07: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("