var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mads Mikkelsen represents European film
";
arnews[0] += "The European Film Academy has appointed Danish actor Mads Mikkelsen as one of its new ambassadors of European film.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 12:47:14 GMT";
arnews[0] += "
";
arnews[1]="Movies This Week: Dogme Alums Get An Education with Bronson
";
arnews[1] += "Happy Friday the 13th! Walk under a ladder, hang out with a black cat, and see some movies.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 21:41:11 GMT";
arnews[1] += "
";
arnews[2]="Classic 'La Boheme' accompanied by organ
";
arnews[2] += "\"La Boheme,\" MGM's 1926 silent epic of selfless love in the pursuit of high-quality playwriting, will be shown Sunday afternoon at St.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Flame & Citron
";
arnews[3] += "Year Released: 2009 Directed By: Ole Christian Madsen Starring: Thure Lindhardt, Mads Mikkelsen, Christian Berkel, Stine Stengade, Peter Mygind, Hanns Zischler Admittedly influenced by Jean-Pierre Melville's Army of Shadows and freighted with historical and contemporary relevance, this Danish film from former Dogme '95 member Madsen is something of ...";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 07:13:02 GMT";
arnews[3] += "
";
arnews[4]="'Clash Of The Titans' Remake Movie Blazes In With It's First Teaser Trailer
";
arnews[4] += "'Clash Of The Titans' remake movie blazes in with it's first teaser trailer. Warner Bros.Pictures is back with another action,adventure film, with its new \"Clash Of The Titans\" flick.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 03:13:10 GMT";
arnews[4] += "
";
arnews[5]="Clash of the Titans trailer unleashed
";
arnews[5] += "The first official teaser for Louis Leterrier's remake of Clash of the Titans has been released by Warner Bros.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 01:00:13 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("