var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Trailer: Brittany Murphy's "Across the Hall" Thriller - WorstPreviews.com
";
arnews[0] += "The trailer for the upcoming thriller \"Across the Hall,\" starring Brittany Murphy (8 Mile), Mike Vogel (Cloverfield) and Danny Pino (Flicka), has appeared online. Check it out below. Plot: A quiet night takes a dangerous turn when Julian (Vogel ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[0] += "
";
arnews[1]="Dirty Deeds Happening Across the Hall - ShockTillYouDrop.com
";
arnews[1] += "Brittany Murphy, Mike Vogel and Danny Pino star. Here's the full synopsis: A quiet night takes a dangerous turn when Julian receives a frantic phone call from his best friend, Terry. Terry claims to have followed his unfaithful fiancée, June, to a ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 22:41:00 GMT";
arnews[1] += "
";
arnews[2]="The Trailer from Across the Hall - DREAD CENTRAL.COM
";
arnews[2] += "Over at Apple the debut trailer for the new thriller starring Brittany Murphy, Mike Vogel and Danny Pino, Across the Hall . Check it out after the break by clicking on the image and look for more on the film's release courtesy of Image Entertainment ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 23:17:00 GMT";
arnews[2] += "
";
totcount = 3;
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("