var arnews = new Array(6); totcount = 6; rnd = 0; arnews[0]="Tony Danza's video blog
"; arnews[0] += "

Television star Tony Danza makes a phone call to an old producer, in an attempt to get his shortlived talk show back on the air.

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Tony Danza: Pilot is the Boss
"; arnews[1] += "

Tony Danza is kinda comparing US Airways pilot/hero Chesley Sullenberger to Barack Obama.

Add this to your queue
Duration: 01:38

"; arnews[1] += "
"; arnews[2]="Tony Danza on Rudolph Valentino
"; arnews[2] += "

In this Biography video, Tony Danza reflects on Rudolph Valentino, known as "the greatest lover" in silent films. Rudolph caught his big break with the film ?The Four Horsemen of the Apocalypse?.

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Stoney Tony Danza
"; arnews[3] += "

TV star Tony Danza was caught STONED by a camera crew, and with a milkshake.

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Tony Danza
"; arnews[4] += "

Never doubt giving a woman a small.

Add this to your queue
Duration: 01:05

"; arnews[4] += "
"; arnews[5]="Tony Danza
"; arnews[5] += "

Tony Danza is concerned about America's kids dealing with movie studio focus groups, Britney Spears and school night concerts. (5:28)

Add this to your queue
Duration: 00:00

"; 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("
");document.write("
");