var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="Hollywood Knights with Christopher Walken & Robert De Niro
"; arnews[0] += "

Robert De Niro plays a cop in LA who gets a new partner (Keanu Reeves) and a slew of new problems from the king of the street (Christopher Walken) The trailer for the hit new action movie starring: Robert De Niro Christopher Walken Keanu Reeves Sylvester Stallone Christopher Lloyd with Owen Wilson Gilbert Gottfried and in his return to film Arnold Schwarzenegger This is an impression trailer from Strangling Jack Johnson, for more, check: www.swingingjohnson.com

Add this to your queue
Duration: 02:47

"; arnews[0] += "
"; arnews[1]="Robert De Niro auditions for Star Wars
"; arnews[1] += "

Robert De Niro auditions for the role of Darth Vader in "Star Wars." This is a completely improvised moment from my sketch comedy series, "Dining With De Niro."

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Robert De Niro Is a Brave, Brave Man
"; arnews[2] += "

Robert De Niro was caught hugging overly heavyweight Mike Tyson last night. Is he crazy?!

Add this to your queue
Duration: 00:28

"; arnews[2] += "
"; arnews[3]="An hour with Robert De Niro, Matt Damon and Angelina...
"; arnews[3] += "

with Matt Damon, Robert De Niro and Angelina Jolie on Dec 18, 2006

Add this to your queue
Duration: 53:00

"; arnews[3] += "
"; arnews[4]="Mob Stars with Robert De Niro
"; arnews[4] += "

Mobsters Tony S. and Paulie have a new show: interviewing celebrities and movie stars in Hollywood. The first guest is Robert De Niro - it doesn't go well.

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Interview - Robert De Niro
"; arnews[5] += "

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Righteous Kill Trailer
"; arnews[6] += "

Starring: Al Pacino, Robert De Niro Genre: Drama

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; totcount = 7; 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("
");document.write("
");