var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Air India 182, Passchendaele, Flashpoint win directing prizes
";
arnews[0] += "The event, hosted by comedian Shaun Majumder in Toronto on Saturday night, honoured the best filmmakers in the country.";
arnews[0] += "
Publ.Date : Sun, 25 Oct 2009 18:11:37 GMT";
arnews[0] += "
";
arnews[1]="Special screening of the film "De p re en flic" in Ottawa, attended by the Honourable James Moore
";
arnews[1] += "The film is being screened at the invitation of the Honourable James Moore , Minister of Canadian Heritage and Official Languages, in concert with Alliance Vivafilm, Cinémaginaire inc., Super Écran, an Astral Media network, and Telefilm Canada .";
arnews[1] += "
Publ.Date : Thu, 22 Oct 2009 22:09:43 GMT";
arnews[1] += "
";
arnews[2]="More Cast Revealed For Shyamalana s Devila And Also The Filma s Premise, Maybe?
";
arnews[2] += "On Friday, /Film's Russ Fischer said of Devil , the upcoming Dowdle Bros . film from a story by M. Night Shyamalan and script by Brian Nelson , that \"The film starts shooting in Toronto a week from Monday, and thata s all wea ve got.";
arnews[2] += "
Publ.Date : Sat, 17 Oct 2009 21:23:25 GMT";
arnews[2] += "
";
arnews[3]="More Join the Cast of Devil
";
arnews[3] += "While we reported on one new cast member for a new horror film, it seems many more were recently added as well.";
arnews[3] += "
Publ.Date : Sat, 17 Oct 2009 02:35:00 GMT";
arnews[3] += "
";
arnews[4]="Lots more actors join Shayamalan and Dowdles' DEVIL
";
arnews[4] += "We reported just last night that Chris Messina will topline DEVIL, a new fright feature that teams M. Night Shyamalan with the QUARANTINE team of John Erick Dowdle and Drew Dowdle, and now The Hollywood Reporter has revealed a whole bunch more names in the cast.";
arnews[4] += "
Publ.Date : Sat, 17 Oct 2009 00:14:17 GMT";
arnews[4] += "
";
arnews[5]="Details on 'Devil' cast
";
arnews[5] += "Logan Marshall-Green, Jenny O'Hara, Jacob Vargas and Matt Craven are to dance with John Dowdle's \"Devil\" movie shoot in Toronto, part of M. Night Shyamalan's three-film slate with Media Rights Capital.";
arnews[5] += "
Publ.Date : Fri, 16 Oct 2009 08:32: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("