var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mads Mikkelsen represents European film - Copenhagen Post
";
arnews[0] += "The European Film Academy (EFA) has appointed Danish actor Mads Mikkelsen as one of its new ambassadors of European film. The EFA said in a press release that it had chosen a group of distinguished personalities to promote both European films and the ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 09:10:00 GMT";
arnews[0] += "
";
arnews[1]="SyFy to host Thanksgiving weekend James Bond marathon - CommanderBond.net
";
arnews[1] += "Syfy Channel will be celebrating the Thanksgiving holiday weekend with a three-day 007 film marathon featuring 16 James Bond films. The curtain goes up on Thanksgiving Day, Thursday, 26 November, at 8AM (ET/PT) with the first ever 007 movie, Dr. No ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 00:43:00 GMT";
arnews[1] += "
";
arnews[2]="Flame & Citron (Danish w/e.s.t.) - OregonLive.com
";
arnews[2] += "\"Flame & Citron\" is an old-fashioned vehicle beautifully restored and revitalized for the modern age. Its focus on the heroic behavior of a pair of Danish anti-Nazi resistance fighters may sound traditional, but the tone throughout is more nihilistic ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[2] += "
";
totcount = 3;
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("