var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="VMA Nominees: Best Cinematography in a Video
"; arnews[0] += "

VMA Nominees: Best Cinematography in a Video

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="We've Got Everything
"; arnews[1] += "

"We've Got Everything"

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Float On
"; arnews[2] += "

"Float On"

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Float On
"; arnews[3] += "

"Float On"

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Modest Mouse on working with The Dirty Dozen Brass Band
"; arnews[4] += "

Modest Mouse on working with The Dirty Dozen Brass Band

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Modest Mouse on working with Christopher Mills
"; arnews[5] += "

Modest Mouse on working with Christopher Mills

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Modest Mouse on being a revolving door
"; arnews[6] += "

Modest Mouse on being a revolving door

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Drums for 'Float On' by Modest Mouse: Part 7
"; arnews[7] += "

Add this to your queue
Duration: 02:44

"; arnews[7] += "
"; arnews[8]="Clip: Modest Mouse on The O.C.
"; arnews[8] += "

Modest Mouse performs on The O.C.

Add this to your queue
Duration: 01:34

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