var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New York, I Love You - San Diego weekly Reader
";
arnews[0] += "Paris, Je T'Aime crosses the pond. A multi-director box on bonbons, undeveloped little vignettes of male-female relations in the Big Apple. The ghostly segment by Shekhar Kapur stands out from the rest for stylistic reasons, the pallid palette, the ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:50:00 GMT";
arnews[0] += "
";
arnews[1]="'Priest' to Be Converted to 3D, Sony Confesses - TheWrap
";
arnews[1] += "Hollywood’s 3D conversion rush continues, with Sony announcing Friday that its upcoming graphic-novel adaptation “Priest” will be released in the format next January. The move follows Warner Bros.’ announcement earlier in the week that four ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 18:49:00 GMT";
arnews[1] += "
";
arnews[2]="Film fans should prepare for plenty of movies in 2010 - Burlington County Times
";
arnews[2] += "Images that pop off the screen (“Alice in Wonderland 3-D,” “Toy Story 3-D,” “Shrek Forever After 3-D,” “Jackass 3-D,” “Step Up 3-D,” “Despicable Me 3-D,” “Piranha 3-D”). Superheroes fighting for truth, justice and the ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:55:00 GMT";
arnews[2] += "
";
arnews[3]="Priest Coming at Audiences in 3D on Jan. 14 - Superhero Hype!
";
arnews[3] += "Screen Gems' Priest will be released in 3D in theaters nationwide on January 14, 2011, it was announced today by Jeff Blake, Chairman of Sony Pictures Worldwide Marketing & Distribution. In Priest , a warrior priest disobeys Church law by teaming ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 17:38:00 GMT";
arnews[3] += "
";
arnews[4]="Update: Sony's Screen Gems Moves Around Schedule - Coming Soon!
";
arnews[4] += "Sony's Screen Gems has made a few changes to its release schedule today. First up, the studio is moving comic book adaptation Priest back from Aug. 20 to Jan. 14, 2011 and it will now be released in 3D. With that change, Screen Gems has pushed back ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[4] += "
";
arnews[5]="Blu-Ray Review: ‘New York, I Love You’ Celebrates Cinema, Forgets ... - HollywoodChicago.com
";
arnews[5] += "CHICAGO – For film lovers unable to attend international film festivals, “Paris, je t’aime” provided an irresistible glimpse at world cinema. Eighteen celebrated filmmakers were each recruited to make a short subject set in the City of Love ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 18:42:00 GMT";
arnews[5] += "
";
arnews[6]="Surprise! Priest is getting the 3D treatment - JoBlo.com
";
arnews[6] += "The story is about a priest (Paul Bettany) who disobeys church law by teaming up with young sheriff (Cam Gigandet) and beautiful priestess (Maggie Q). The three must track down a band of renegade vampires who have kidnapped the priest's niece and are ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 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("