var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="Take You Down
"; arnews[0] += "

"Take You Down"

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="This Christmas
"; arnews[1] += "

"This Christmas"

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Wall To Wall
"; arnews[2] += "

"Wall to Wall"

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="With You
"; arnews[3] += "

"With You"

Add this to your queue
Duration: 00:00

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

"Kiss Kiss"

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Say Goodbye
"; arnews[5] += "

"Say Goodbye"

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="I Can Transform Ya (Featuring Lil Wayne & Swizz Beatz)
"; arnews[6] += "

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Chris Brown
"; arnews[7] += "

Add this to your queue
Duration: 00:00

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