var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Clip From The Crazies Warns There's Somebody Out There
";
arnews[0] += "The fifth clip for The Crazies has infected the online community and we have it for you sans rubber gloves and Tyvek suits.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:07:39 GMT";
arnews[0] += "
";
arnews[1]="A New Rx For FX
";
arnews[1] += "For years, the most popular cable networks built their lineups on the backs of highly-rated off-network broadcast shows, slowly infusing the schedule original programming of their own.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Five Actors Who Almost Made It and the Long Road Back
";
arnews[2] += "Reading about the comeback struggle of American Beauty weirdo Wes Bentley yesterday got us thinking about other youngish, once-promising stars who made a big initial splash and then mostly disappeared.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 22:47:36 GMT";
arnews[2] += "
";
arnews[3]="The Crazies
";
arnews[3] += "One of George A. Romero's earliest underrated films has been recruited for the remake game as Breck Eisner updates The Crazies for modern audiences under the Rogue Pictures banner.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:42:06 GMT";
arnews[3] += "
";
arnews[4]="Overture Released New 'The Crazies' Super Bowl Trailer & It's Fiery
";
arnews[4] += "Overture released new 'The Crazies' Super Bowl trailer & it's fiery. Overture Films recently released their new Super Bowl movie trailer for their upcoming horror remake of \"The Crazies\" movie,and it gets pretty fiery as flames get ignited.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 00:39:31 GMT";
arnews[4] += "
";
arnews[5]="The Crazies Super Bowl Spot
";
arnews[5] += "We've already seen a lot from The Crazies but Overture went through the trouble to cook up a new TV spot for their Super Bowl pre-show unveiling of the film.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 22:45:17 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("