var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Holiday Movie Preview: New Orleans films get their share of the spotlight
";
arnews[0] += "The 2009 Holiday Movie Season brings the typical late-year mix of awards-season contenders and yule-themed crowd-pleasers, but for many New Orleans audiences, two films will stand out from the others: \" The Princess and the Frog \" and \" Bad Lieutenant: Port of Call New Orleans .\" Princess Tiana, in 'The Princess and the Frog.' As stories go, they ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:41:16 GMT";
arnews[0] += "
";
arnews[1]="AMREEKA: Green card blues
";
arnews[1] += "The immigrant story is pretty well-trod territory for American cinema, although that doesn't necessarily mean it's entirely without potency.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 04:05:13 GMT";
arnews[1] += "
";
arnews[2]="Amreeka
";
arnews[2] += "In our next film AMREEKA, Muna, NISREEN FA-ORE, is a Palestinian Christian who lives in Bethlehem with her teenage son, Fadi, MELKAR MUALLEM.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 21:27:16 GMT";
arnews[2] += "
";
arnews[3]="Arrested Development movie script in works
";
arnews[3] += "Narrator: Now the story of a wealthy family who lost everything ... and just may get some of it back.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 05:56:15 GMT";
arnews[3] += "
";
arnews[4]="Arrested Development movie script in works
";
arnews[4] += "Narrator: Now the story of a wealthy family who lost everything ... and just may get some of it back.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 09:57:36 GMT";
arnews[4] += "
";
arnews[5]="Amreeka a hopeful immigrant drama
";
arnews[5] += "Amreeka is a sweet-natured film about the experiences of a Palestinian woman and her teenage son when they emigrate to Illinois.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 17:13:13 GMT";
arnews[5] += "
";
arnews[6]="Entertainment - Amreeka details the trials and tribulations of a post-9/11 world
";
arnews[6] += "Nisreen Faour plays Muna, right, a sweethearted Palestinian emigre trying to make her way in a Chicago suburb in Amreeka, opening Fri., Nov.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 08:00: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("