var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Downsized Miramax Claims First Casualty: Linklater's 'Liars' - TheWrap
";
arnews[0] += "On the red carpet at the gala premiere of Summit Entertainment's \"The Twilight Saga: New Moon\" at the Mann Village Theater in Westwood, Nov. 16. (Getty Images) When Disney downsized the bulk of Miramax’s employees and announced that the company ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[0] += "
";
arnews[1]="LINKLATER FILM CAUGHT IN MIRAMAX CRUNCH - Contactmusic.com
";
arnews[1] += "He said that after receiving the green light from Miramax, he had cast Rebecca Hall and Kat Dennings in leading roles, but that the light had now turned red. \"It's no longer happening, unfortunately,\" Linklater confirmed.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 21:36:00 GMT";
arnews[1] += "
";
arnews[2]="Linklater's 'Liars' axed after Miramax cuts - Digital Spy
";
arnews[2] += "Director Richard Linklater's upcoming romantic comedy Liars (A-E) has been scrapped due to studio budget cuts. Disney's decision to cut Miramax's releases to three films a year, cease operations in New York and reduce its overall budget by 70% caused ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 20:31:00 GMT";
arnews[2] += "
";
arnews[3]="Linklater Experiences the Unemployed Life - Cinema Blend
";
arnews[3] += "The project had already cast Rebecca Hall and quickly up and coming Kat Dennings, who are also out of a job. While there's no tombstone over the project yet, it being homeless will certainly put a hold on its production if it even happens at all.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 16:42:00 GMT";
arnews[3] += "
";
arnews[4]="Mike White - ReelzChannel.com
";
arnews[4] += "With Disney taking the axe to Miramax's output and staff, we guess it's no surprise that one of the latter studio's planned projects — Richard Linklater 's Liars (A-E) — is now in limbo. It's no longer happening, unfortunately. It didn't really ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:06:00 GMT";
arnews[4] += "
";
arnews[5]="Q&A: Woody Harrelson - AZCentral.com
";
arnews[5] += "Woody Harrelson continues to surprise. After artfully taking a banjo to an undead redneck's head in September's \"Zombieland\" and as a sky- is-falling pirate-radio DJ in the disaster epic \"2012,\" the Oscar-nominated, Texas-born pacifist next appears ...";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 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("