var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="Jose Mangin at Metallica Headquarters
"; arnews[0] += "

Jose Mangin at Metallica Headquarters

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Headbangers Ball: Move Like Metallica
"; arnews[1] += "

Headbangers Ball: Move Like Metallica

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Headbangers Ball: More Than Just Metallica
"; arnews[2] += "

Headbangers Ball: More Than Just Metallica

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Headbangers Ball: Guitar Hero Metallica
"; arnews[3] += "

Headbangers Ball: Guitar Hero Metallica

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Behind the Scenes with Metallica
"; arnews[4] += "

Behind the Scenes with Metallica

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Metallica on "The Unforgiven III"
"; arnews[5] += "

Metallica on "The Unforgiven III"

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="On Location with Metallica
"; arnews[6] += "

On Location with Metallica

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Lars Ulrich on Riki Rachtman
"; arnews[7] += "

Lars Ulrich on Riki Rachtman

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; arnews[8]="All Nightmare Long
"; arnews[8] += "

"All Nightmare Long"

Add this to your queue
Duration: 00:00

"; arnews[8] += "
"; totcount = 9; 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("
");