var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="HTV: Miley Cyrus, Vin Diesel and more
"; arnews[0] += "

Hollywood.tv captures Miley Cyrus before the premiere, Vin Diesel signing autographs and more stars around L.A.!

Add this to your queue
Duration: 02:08

"; arnews[0] += "
"; arnews[1]="Vin Diesel Comes Out of Hiding
"; arnews[1] += "

After keeping it on the down low for the last couple of years, muscle man Vin Diesel made a fabulous return to the Hollywood scene on Thursday.

Add this to your queue
Duration: 01:03

"; arnews[1] += "
"; arnews[2]="HTV: Miley Cyrus, Vin Diesel and more
"; arnews[2] += "

Hollywood.tv captures Miley Cyrus before the premiere, Vin Diesel signing autographs and more stars around L.A.!

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Vin Diesel, 'Furious' Franchise
"; arnews[3] += "

Diesel spoke about the inspiration for the 'Fast and Furious' short prequel film 'Los Bandeleros' and dished details on the future of the 'Furious' franchise.

Add this to your queue
Duration: 01:19

"; arnews[3] += "
"; arnews[4]="Vin Diesel Interview
"; arnews[4] += "

The man himself reveals his involvement with his own games.

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Interview - Vin Diesel
"; arnews[5] += "

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="A conversation with actor Vin Diesel
"; arnews[6] += "

with Vin Diesel on Aug 16, 2002

Add this to your queue
Duration: 26: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("
");