var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="The Corner
"; arnews[0] += "

"The Corner"

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Soul by the Pound
"; arnews[1] += "

"Soul by the Pound"

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Come Close
"; arnews[2] += "

"Come Close"

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="The Light
"; arnews[3] += "

"The Light"

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Respiration
"; arnews[4] += "

"Respiration"

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Reminding Me (of Sef)
"; arnews[5] += "

"Reminding Me (of Sef)"

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Retrospect For Life
"; arnews[6] += "

"Retrospect For Life"

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Common
"; arnews[7] += "

Why mooning your school doesn't really pay.

Add this to your queue
Duration: 00:46

"; arnews[7] += "
"; arnews[8]="Testify (Short Version)
"; arnews[8] += "

"Testify (Short Version)"

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