var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="Love's Divine
"; arnews[0] += "

"Love's Divine"

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Get it Together
"; arnews[1] += "

"Get it Together"

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Waiting For You
"; arnews[2] += "

"Waiting For You"

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Fly Like An Eagle
"; arnews[3] += "

"Fly Like An Eagle"

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Lost My Faith
"; arnews[4] += "

"Lost My Faith"

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Human Beings
"; arnews[5] += "

"Human Beings"

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Don't Cry
"; arnews[6] += "

"Don't Cry"

Add this to your queue
Duration: 00:00

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