var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Review: 'Drag Me to Hell' spawns devilish delights
";
arnews[0] += "Who says you can't go home again? In Drag Me to Hell , director Sam Raimi revisits the gloriously gore-splattered, teasingly tongue-in-cheek minigenre that he invented in the 1980s with the movies The Evil Dead and Evil Dead II .";
arnews[0] += "
Publ.Date : Fri, 29 May 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Gamer (R1/Us BD) in January
";
arnews[1] += "Lionsgate Home Entertainment have announced the US DVD and Blu-ray Disc release of Gamer on 19th January 2010.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:04:42 GMT";
arnews[1] += "
";
arnews[2]="Yankees, Gamers and a New Blu-ray Upgrade Offer
";
arnews[2] += "Sony will release Bright Star on Blu-ray Disc on 19 January. This acclaimed Jane Campion film will arrive with a 1080p transfer, a DTS-HD 5.1 Master Audio sound mix, and a set of bonus features that has yet to be confirmed.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:50:46 GMT";
arnews[2] += "
";
arnews[3]="DVD Zone: November 2009
";
arnews[3] += "Watching director Sam Raimi return to the horror genre he redefined is like rediscovering water in August.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 16:38:07 GMT";
arnews[3] += "
";
arnews[4]="Movie review: Drag Me to Hell -- 4 out of 5 stars
";
arnews[4] += "Drag Me to Hell Alison Lohman stars in this Sam Raimi horror thriller about a young woman cursed by an old woman and forced to live out her revenge.";
arnews[4] += "
Publ.Date : Fri, 29 May 2009 07:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("