var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Matt Damon and Kate Winslet tipped for Steven Soderbergh thriller
";
arnews[0] += "Steven Soderbergh is reportedly assembling a cast of stars including Matt Damon for an action thriller about a deadly disease Matt Damon in his last outing for Steven Soderbergh, 2009's The Informant! The Oscar-winning director Steven Soderbergh is assembling an all-star cast for his next film, an action thriller about a deadly disease, according ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:28:29 GMT";
arnews[0] += "
";
arnews[1]="A flag with the logo of the Berlinale International Film Festival flies in front of the Victory Colu
";
arnews[1] += "Roman Polanski may be under house arrest in a Swiss chalet, but the Polish-French director is set to dominate this year's Berlin film festival where his latest movie \"The Ghost Writer\" will be unveiled.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:27:00 GMT";
arnews[1] += "
";
arnews[2]="Absent Polanski to dominate Berlin film festival
";
arnews[2] += "Roman Polanski may be under house arrest in a Swiss chalet, but the Polish-French director is set to dominate this year's Berlin film festival where his latest movie \"The Ghost Writer\" will be unveiled.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:17:32 GMT";
arnews[2] += "
";
arnews[3]="Matt Damon and Jude Law for Soderbergh's Contagion
";
arnews[3] += "Damon is to unite with Jude Law for Steven Soderbergh thriller, Contagion . And they could be joined by Oscar winning actresses Marion Cotillard and Kate Winslet if talks prove successful, according to Variety.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:01:06 GMT";
arnews[3] += "
";
arnews[4]="PREVIEW: Asian love story to open 60th anniversary Berlinale
";
arnews[4] += "A love film story set against the tensions of the conflict between Taiwan and mainland China is to open the 60th anniversary Berlin Film Festival on Thursday.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:52:22 GMT";
arnews[4] += "
";
arnews[5]="Asian film vets to take on Hollywood's greats
";
arnews[5] += "Asian movies will take pride of place this week at the 60th Berlin Film Festival, one of world cinema's top showcases, as new pictures by Roman Polanski and Martin Scorsese make their red-carpet premieres.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 02:38:40 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("