var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cooper as Saddam Hussein
";
arnews[0] += "The Iraq war films have begun, interestingly there haven't been as many films about Afghanistan as yet, but we haven't seen many about the regime behind Iraq, Saddam Hussein and his family.";
arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 15:01:44 GMT";
arnews[0] += "
";
arnews[1]="8 Women
";
arnews[1] += "FranA ois Ozon offers up, for specialized tastes, a cinephiliac musical-comedy whodunit, set at a snowbound country house in the late Fifties or early Sixties, with an all-female cast .";
arnews[1] += "
Publ.Date : Sun, 08 Nov 2009 03:10:58 GMT";
arnews[1] += "
";
arnews[2]="New in theatres tomorrow
";
arnews[2] += "Director Guillermo del Toro also penned this comic-book sequel about a good-guy demon who protects the earth from the rest of Hell's army.";
arnews[2] += "
Publ.Date : Sun, 11 Oct 2009 11:18:21 GMT";
arnews[2] += "
";
arnews[3]="New in theatres tomorrow
";
arnews[3] += "Director Guillermo del Toro also penned this comic-book sequel about a good-guy demon who protects the earth from the rest of Hell's army.";
arnews[3] += "
Publ.Date : Thu, 10 Jul 2008 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Isabelle Carre
";
arnews[4] += "I'm a little like BORAT over here, liking everything but knowing nothing, so I don't really know what's unusual and what's customary.";
arnews[4] += "
Publ.Date : Thu, 17 Sep 2009 22:22:28 GMT";
arnews[4] += "
";
arnews[5]="Mesrine: Public Enemy Number One
";
arnews[5] += "Those semi-planned, partly-opportunistic breaks from prison form the main set-pieces of the second film and are a further indication of the direction explored - that of a gangster trying to live up to his reputation and his promises to evade justice.";
arnews[5] += "
Publ.Date : Tue, 15 Sep 2009 13:00:00 GMT";
arnews[5] += "
";
arnews[6]="The Luc Besson Collection
";
arnews[6] += "Besson's pictures speak more than his words ever could. The style is the substance, says Phelim O'Neill Saturday, 12 September 2009 It's a curious thing when a director becomes bored of directing.";
arnews[6] += "
Publ.Date : Sat, 12 Sep 2009 07:33:42 GMT";
arnews[6] += "
";
arnews[7]="Film review: Mesrine - Public enemy number one
";
arnews[7] += "MESRINE: PUBLIC ENEMY NUMBER ONE **** DIRECTED BY: JEAN-FRANA OIS RICHET STARRING: VINCENT CASSEL, GUY MATHIEU AMALRIC, LUDIVINE SAGNIER PART two of Jean-FranA ois Richet's crime epic about France's notorious kidnapper and bank-robber Jacques Mesrine arrives just three weeks after its brash, relentlessly paced predecessor and manages to be a ...";
arnews[7] += "
Publ.Date : Thu, 27 Aug 2009 23:42:43 GMT";
arnews[7] += "
";
arnews[8]="Mesrine: Public Enemy No.1 review
";
arnews[8] += "Mesrine: Public Enemy No.1, review Vincent Cassel exudes seductive, dangerous charisma as French gangster Jacques Mesrine.";
arnews[8] += "
Publ.Date : Thu, 27 Aug 2009 18:06:49 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("