var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Repo Men Are No Match for the Gods
";
arnews[0] += "More release date switching going down today. It seems that Zeus himself has banished the Repo Men from its original April 2nd release date to an earlier March 19th to avoid a clash with the titans.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 01:08:32 GMT";
arnews[0] += "
";
arnews[1]="Film treat at the Dutch embassy
";
arnews[1] += "Dutch Ambassador Tjaco van den Hout and his wife Baiba Braze treated guests at their residence on January 14 to the film \"Black Book\", a thrilling and romantic story about a young Jewish Dutch woman serving as a spy for the Resistance during World War II.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 19:03:33 GMT";
arnews[1] += "
";
arnews[2]="Repo Men Eyeball Movie Poster
";
arnews[2] += "Universal Pictures sent us this awesome new movie poster for the upcoming film \"Repo Men\" by director Miguel Sapochnik and starring Jude Law, Forest Whitaker, Liev Schreiber, RZA, Alice Braga and Carice van Houten.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 08:00:27 GMT";
arnews[2] += "
";
arnews[3]="High Resolution Repo Men Movie Posters Starring Jude Law, Forest...
";
arnews[3] += "Universal has just sent over high resolution versions of the recently released Repo Men movie posters.A I believe they came out last week when I was at Sundance, hence why we didn't post them.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 02:11:17 GMT";
arnews[3] += "
";
arnews[4]="The X-rays Continue With New Repo Men Poster
";
arnews[4] += "Another new poster for the Repossession Mambo , now known as Repo Men , has come to light, this one a slight variation on the previously released X-ray set.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 01:37:22 GMT";
arnews[4] += "
";
arnews[5]="High Cost of Body Parts Got You Down? Join the Repo Men Union
";
arnews[5] += "I know, man. Spare body parts nowadays are costing an arm and a leg. Literally. Thanks to the upcoming theatrical release of Repo Men , there's a new Union you can join to lessen the blow to your pockets! Directed by Miguel Sapochnik and starring Jude Law, Forest Whitaker, Liev Schreiber, RZA, Alice Braga, and Carice van Houten, Repo Men arrives in ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 01:36:49 GMT";
arnews[5] += "
";
arnews[6]="Repo Men Launch a New Viral Website
";
arnews[6] += "Universal Pictures has just launched a brand new viral website for Repo Men , due in theaters on April 2, at TheUnionCares.com . In the film, consumers can purchase artificial organs through a high-priced company dubbed The Union, but if you can't pay for these new organs, the Repo Men will come for you.";
arnews[6] += "
Publ.Date : Tue, 02 Feb 2010 21:33:31 GMT";
arnews[6] += "
";
arnews[7]="UK to Get the Black Death this May
";
arnews[7] += "Black Death , director Christopher Smith's follow-up to his mostly well-received Triangle , has been in process for about two years now , and finally come May, 2010, Revolver Entertainment will be releasing the film in the UK.";
arnews[7] += "
Publ.Date : Fri, 29 Jan 2010 22:52:54 GMT";
arnews[7] += "
";
arnews[8]="Repo Men Liver Movie Poster
";
arnews[8] += "Universal Pictures released another cool movie poster for the upcoming film \"Repo Men\" by director Miguel Sapochnik and starring Jude Law, Forest Whitaker, Liev Schreiber, RZA, Alice Braga and Carice van Houten.";
arnews[8] += "
Publ.Date : Mon, 25 Jan 2010 07:21:25 GMT";
arnews[8] += "
";
totcount = 9;
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("