var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exclusive: First Five Minutes of 'Deadline,' Starring Brittany Murphy
";
arnews[0] += "Following a traumatic incident with her violent ex-boyfriend, Alice retreats to a remote Victorian house to convalesce and focus on finishing her screenplay in time for a fast approaching deadline.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 17:20:02 GMT";
arnews[0] += "
";
arnews[1]="Tom Cruise's 'Knight & Day' film wraps in Boston
";
arnews[1] += "Crews with the made-in-Boston spy flick \"Knight & Day\" wrapped filming in Boston earlier this week and have set up shop in Sevilla on Monday, Nov.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 00:35:17 GMT";
arnews[1] += "
";
arnews[2]="Trailer and Release Info - Deadline
";
arnews[2] += "Two news stories with Brittany Murphy here on Dread in two days? Never mind what the Mayans had to say ... this is a sign of the apocalypse.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 21:01:50 GMT";
arnews[2] += "
";
arnews[3]="Exclusive Deadline Trailer and Photos
";
arnews[3] += "ShockTillYouDrop.com has premiered the trailer and photos for First Look Studios' Deadline , a psychological thriller starring Brittany Murphy as Alice, an aspiring writer who unearths the frightening history of a young missing couple.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 23:34:12 GMT";
arnews[3] += "
";
arnews[4]="Exclusive Video: Get Your First Look at Deadline
";
arnews[4] += "We have a brand new exclusive DVD clip from Deadline , which will be available on DVD and Blu-ray on December 1. Take a look at this brand new exclusive clip featuring Brittany Murphy and a creepy bathtub.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 11:25:25 GMT";
arnews[4] += "
";
arnews[5]="Pat Monahan, Train back in gear for concert at Warner
";
arnews[5] += "As Train chugs into Erie for a concert tonight at the Warner Theatre, lead singer and Erie native Pat Monahan is relieved, if not ecstatic.";
arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 08:07:54 GMT";
arnews[5] += "
";
arnews[6]="Whoo-whoo
";
arnews[6] += "Train left its heart in San Francisco, but not its musical soul. The band's fifth and latest studio CD pays tribute to its roots in the Bay Area even though the group no longer lives there.";
arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 04:50:00 GMT";
arnews[6] += "
";
arnews[7]="Tom Cruise's 'Knight & Day' filming in East Boston
";
arnews[7] += "Tom Cruise, after spending the weekend dressed as a scarecrow while trick or treating with wife Katie Holmes who sported a dalmation outfit and daughter Suri who sparkled as a blue princess in Beacon Hill's Louisburg Square, was back to work Monday, Nov.";
arnews[7] += "
Publ.Date : Tue, 03 Nov 2009 09:34:18 GMT";
arnews[7] += "
";
totcount = 8;
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("