var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="IFC pays for 'Stolen' rights - Variety
";
arnews[0] += "IFC Films has acquired North American rights to the mystery thriller \"Stolen,\" starring Josh Lucas and Jon Hamm. Project marks the feature film debut for director-producer team Anders Anderson and Andy Steinman and their production company A2 ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 03:34:00 GMT";
arnews[0] += "
";
arnews[1]="IFC Steals Away Stolen - ShockTillYouDrop.com
";
arnews[1] += "Josh Lucas and Jon Hamm ( Mad Men ) star alongside James Van Der Beek and Rhona Mitra. Stolen , directed by newcomers Anders Anderson and Andy Steinman, hits VOD on March 3 and opens in limited release on March 12.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 19:55:00 GMT";
arnews[1] += "
";
arnews[2]="IFC Films swoops on mystery thriller Stolen - Screendaily
";
arnews[2] += "Josh Lucas and Jon Hamm, from the hit US TV series Mad Men , star in the film about a small-town police chief who works ... Glenn Taranto wrote the screenplay and James Van Der Beek and Rhona Mitra round out the key cast. IFC’s Lizzie Nastro and ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 17:10:00 GMT";
arnews[2] += "
";
arnews[3]="IFC Films Picks Up Stolen - MovieWeb
";
arnews[3] += "In a story from Variety , IFC Films has picked up the North American rights to Stolen starring Josh Lucas and Jon Hamm. The film is the feature debut for director-producer team Anders Anderson and Andy Steinman and their production company A2 ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 06:33:00 GMT";
arnews[3] += "
";
arnews[4]="IFC strikes second Sundance deal in less than a week - Screendaily
";
arnews[4] += "IFC Films has taken its second film of Sundance following last weekend’s deal for The Killer Inside Me . The company paid mid to high-six figures for North American rights to Ricki Stern and Annie Sundberg’s Joan Rivers: A Piece Of Work . The ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 04:16:00 GMT";
arnews[4] += "
";
arnews[5]="IFC Films Nabs “Stolen” Mystery-Thriller - indieWIRE
";
arnews[5] += "James Van Der Beek (“Varsity Blues”) and Rhona Mitra (“Underworld: Rise of the Lycans”) co-star, and “Crash” actor Glenn Taranto, who wrote the script, also appears in the film. This marks the feature film debut for director/producer team ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 15:52: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("