var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Absent Polanski a boost for Berlin
";
arnews[0] += "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[0] += "
Publ.Date : Wed, 10 Feb 2010 02:58:58 GMT";
arnews[0] += "
";
arnews[1]="Robert Pattinson's 'Remember Me' Memories
";
arnews[1] += "'The Twilight Saga' star Robert Pattinson gets romantic in his new movie 'Remember Me,' and he's talking to ET about his first impression of sexy co-star Emilie De Ravin ! \"I was shooting the end of one of the 'Twilight' movies, 'New Moon,' in Italy and we were going through casting for ['Remember Me'],\" he explains.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:23:00 GMT";
arnews[1] += "
";
arnews[2]="Brosnan reveals the character actor within
";
arnews[2] += "A debonair Pierce Brosnan, Bond-like in black jacket and gleaming white shirt, strides into a Manhattan hotel room for an interview.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:12:00 GMT";
arnews[2] += "
";
arnews[3]="Factbox: Main Competition Films At Berlin Festival
";
arnews[3] += "The 60th Berlin film festival starts on Thursday and ends on February 21. Following are the 26 films in the main competition lineup, along with the main production country, the name of the director and names of major stars.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:59:32 GMT";
arnews[3] += "
";
arnews[4]="New French Trailer for Percy Jackson
";
arnews[4] += "Allocine has posted this new French trailer for Percy Jackson & The Olympians: The Lightning Thief which shows more footage from the big screen adaptation, opening in theaters on February 12th.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:03:49 GMT";
arnews[4] += "
";
arnews[5]="New Percy Jackson and the Olympians: Lightning Thief French Trailer
";
arnews[5] += "French film site Allocine has just posted a brand new international trailer for Percy Jackson and the Olympians: Lightning Thief , which will be released in theaters nationwide on February 12.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:29:08 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("