var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Advance Review - the Crazies
";
arnews[0] += "Remakes fall into two categories, \"Wow\" and \"Why did they bother\". Sadly, the \"Wow\"s are few and far between.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 21:55:58 GMT";
arnews[0] += "
";
arnews[1]="FX's 'Lawman' Now Called 'Justified': Roger Catlin | TV Eye
";
arnews[1] += "Names are important to TV shows. \"A lot of you are aware I tried to retitle it,\" producer Bill Lawrence says in a letter to critics accompanying episodes of the retooled \"Scrubs,\" which he wanted to call something else to better reflect its new casting and direction.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 21:11:51 GMT";
arnews[1] += "
";
arnews[2]="Damages: The Complete Second Season Will Come to DVD on January 12th
";
arnews[2] += "You can bring home oen of the FX network's latest critically acclaimed drama home this coming January.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 23:47:00 GMT";
arnews[2] += "
";
arnews[3]="Read the full review
";
arnews[3] += "Sunday 08 November 9:00pm - 11:30pm Channel 4 Twelve years after he last wore the white vest in Die Hard with a Vengeance, Bruce Willis stars as John McClane again in this unabashedly retro blockbuster.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 03:03:07 GMT";
arnews[3] += "
";
arnews[4]="New Photo of Radha Mitchell from The Crazies
";
arnews[4] += "Overture Films sent us this awesome new photo of actress Radha Mitchell from the upcoming film \"The Crazies\". The film is a reinvention loosely based upon the George Romero classic about the inhabitants of a small Iowa town beset by insanity and then death after a mysterious toxin contaminates their water supply.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 15:03:44 GMT";
arnews[4] += "
";
arnews[5]="Lackawanna County Court Notes
";
arnews[5] += "Property Transactions - Mark A. and Doreen M. Magdon, Throop, to Jason A. Menago; a property in Archbald for $218,000. - Deutsche Bank National Trust Co., trading per attorney in fact Ocwen Loan Servicing LLC, address unavailable, to Timothy and Diane Schiulaz, address unavailable; a property in Carbondale for $48,760. - Henrietta Tomasetti, ...";
arnews[5] += "
Publ.Date : Thu, 11 Jun 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="New Photo from The Crazies: Radha Mitchell is in Trouble
";
arnews[6] += "Overture Films has released a new photo from their upcoming thriller The Crazies , a Breck Eisner directed reinvention of a George Romero classic.";
arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 23:33:10 GMT";
arnews[6] += "
";
totcount = 7;
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("