var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="Ozzy Osbourne -- I Am Licensed, Man
"; arnews[0] += "

The only thing scarier than Ozzy Osbourne eating a bat's head off -- seeing him behind the wheel of the car next to you on the freeway.

Add this to your queue
Duration: 01:30

"; arnews[0] += "
"; arnews[1]="Interview: Ozzy Osbourne
"; arnews[1] += "

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Ozzy Osbourne - Crazy Train
"; arnews[2] += "

After Hours

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Accepts 'The Lifetime Achievement Award'
"; arnews[3] += "

Ozzy Osbourne Accepts 'The Lifetime Achievement Award'

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Ozzy Osbourne Vignette
"; arnews[4] += "

One of the pioneers of the genre, Heavy Metal legend Ozzy Osbourne lends his persona to Guitar Hero: World Tour.

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="In My Life
"; arnews[5] += "

"In My Life"

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Dreamer (Version II)
"; arnews[6] += "

"Dreamer (Version II)"

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Gets Me Through
"; arnews[7] += "

"Gets Me Through"

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; arnews[8]="Mr. Tinkertrain
"; arnews[8] += "

"Mr. Tinkertrain"

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