var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="BONUS: Noel Gallagher on his favorite and least favorite bands
"; arnews[0] += "

BONUS: Noel Gallagher on his favorite and least favorite bands

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Supersonic
"; arnews[1] += "

"Supersonic"

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]=""Lord Don't Slow Me Down" DVD Preview (5)
"; arnews[2] += "

Oasis "Lord Don't Slow Me Down" DVD Preview (5)

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]=""Lord Don't Slow Me Down" DVD Preview (4)
"; arnews[3] += "

Oasis "Lord Don't Slow Me Down" DVD Preview (4)

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]=""Lord Don't Slow Me Down" DVD Preview (3)
"; arnews[4] += "

Oasis "Lord Don't Slow Me Down" DVD Preview (3)

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]=""Lord Don't Slow Me Down" DVD Preview (2)
"; arnews[5] += "

Oasis "Lord Don't Slow Me Down" DVD Preview (2)

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="BONUS: Noel Gallagher on his favorite Oasis moment
"; arnews[6] += "

BONUS: Noel Gallagher on his favorite Oasis moment

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Live Forever
"; arnews[7] += "

"Live Forever"

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; arnews[8]="Rock 'n' Roll Star
"; arnews[8] += "

"Rock 'n' Roll Star"

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