var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="De Niro plays patriarch
";
arnews[0] += "Robert De Niro plays a patriarch in his latest film";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 01:20:17 GMT";
arnews[0] += "
";
arnews[1]="Frost over the World - Robert De Niro - 6 Mar 09
";
arnews[1] += "Iconic actor Robert De Niro is viewed as one of the greatest actors of all time. His work in films such as Taxi-Driver, Raging Bull and the Godfather series have won him two...";
arnews[1] += "
Publ.Date : Sat, 07 Mar 2009 08:40:53 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="The Good Shepherd - Exclusive interview with Robert De Niro & Matt Damon
";
arnews[2] += "The tumultuous early history of the Central Intelligence Agency is viewed through the prism of one man's life.";
arnews[2] += "
Publ.Date : Wed, 23 Jul 2008 13:55:48 GMT";
arnews[2] += "
";
arnews[3]="Robert De Niro säljer Audi S8
";
arnews[3] += "så ska de låta.";
arnews[3] += "
Publ.Date : Wed, 23 Apr 2008 13:08:24 GMT";
arnews[3] += "
";
arnews[4]="Robert De Niro as Vito Corleone (The Godfather II) 1 of 2
";
arnews[4] += "\"Ci faccio un'offerta che lui non può rifiutare, non può.\" Robert De Niro playing young Vito Corleone in The Godfather Part II. Awesome!";
arnews[4] += "
Publ.Date : Wed, 14 Nov 2007 15:14:19 GMT";
arnews[4] += "
";
arnews[5]="Robert De Niro Is Energetic
";
arnews[5] += "As one of the best actors ever Robert De Niro has amazing range, from very serious to extremely excited. In this take he shows off that range, aspiring actors pay attention....";
arnews[5] += "
Publ.Date : Tue, 31 Jul 2007 02:49:00 GMT";
arnews[5] += "
";
arnews[6]="USA: In its sixth year New York's Tribeca film festival is bigger than ever, and founding father Robert De Niro says he hopes the festival will become a tradition in his beloved home town
";
arnews[6] += "As the Tribeca Film Festival kicks off its sixth year on Wednesday (April 25), the event that began as a one-off effort to revitalise lower Manhattan after the September 11th...";
arnews[6] += "
Publ.Date : Fri, 27 Apr 2007 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="GERMANY: Robert De Niro and Matt Damon discuss the Cold War, CIA and Angelina Jolie as they premiere 'The Good Shepherd' at the Berlin Film Festival
";
arnews[7] += "Robert De Niro and Matt Damon discussed the Cold War, CIA and Angelina Jolie as they premiered 'The Good Shepherd' at the Berlin Film Festival. Hollywood stars took over the...";
arnews[7] += "
Publ.Date : Thu, 15 Feb 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="Robert De Niro In Extras
";
arnews[8] += "The question we've all wanted to ask him. Author: spam2005dude Keywords: gervais deniro merchant office extras Added: October 20, 2006";
arnews[8] += "
Publ.Date : Fri, 20 Oct 2006 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Robert De Niro as Sonny from The Godfather
";
arnews[9] += "Francis Ford Coppola tested De Niro for the role of Sonny.";
arnews[9] += "
Publ.Date : Sat, 26 Aug 2006 19:47:25 GMT";
arnews[9] += "
";
totcount = 10;
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("