var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Birthday Suits: Ryan and Anne. Get 'Em While They're Hot
";
arnews[0] += "Celebrating the birthdays of the filmic and famous 1840 Auguste Rodin , sculptor... still waiting on a biopic though Gerard Depardieu did play him in Camille Claudel .";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 14:55:57 GMT";
arnews[0] += "
";
arnews[1]="Understand the Berlin Wall Anniversary with 'The Tunnel,' German Film Now on Eurocinema On-Demand TV
";
arnews[1] += "In honor of the 20th anniversary of the Fall of the Berlin Wall, Eurocinema - the on-demand channel exclusively offering contemporary European and international feature films to U.S. and Canadian television viewers - has scheduled \"The Tunnel,\" the compelling true-life drama recounting the most ambitious quest for freedom after the Wall went up.";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 21:44:41 GMT";
arnews[1] += "
";
arnews[2]="Understand the Berlin Wall Anniversary with 'The Tunnel,' German Film ...
";
arnews[2] += "In honor of the 20th anniversary of the Fall of the Berlin Wall, Eurocinema - the on-demand channel exclusively offering contemporary European and international feature films to U.S. and Canadian television viewers - has scheduled \"The Tunnel,\" the compelling true-life drama recounting the most ambitious quest for freedom after the Wall went up.";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 21:34:45 GMT";
arnews[2] += "
";
arnews[3]="Understand the Berlin Wall Anniversary with 'The Tunnel,' German Film Now on Eurocinema On-Demand TV
";
arnews[3] += "Critically-Acclaimed Theatrical Drama Recounts True Story of Most Famous Attempted Escape Under the Wall; Eurocinema Channel is North America's #1 Source of Current European and International Movies Source: Eurocinema On 1:42 pm EST, Monday November 9, 2009 MIAMI, Nov.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 19:19:50 GMT";
arnews[3] += "
";
arnews[4]="Filmmaker James Ivory Books Trip To Sedate 'City'
";
arnews[4] += "James Ivory's first solo venture after the 2005 death of his longtime producing partner Ismail Merchant reads like a loving salute to 49 years of Merchant Ivory filmmaking.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 09:47:16 GMT";
arnews[4] += "
";
arnews[5]="Filmmaker James Ivory books trip to sedate "City"
";
arnews[5] += "James Ivory's first solo venture after the 2005 death of his longtime producing partner Ismail Merchant reads like a loving salute to 49 years of Merchant Ivory filmmaking.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 04:38:21 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("