var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="Time, Love And Tenderness
"; arnews[0] += "

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Steel Bars
"; arnews[1] += "

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Missing You Now
"; arnews[2] += "

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Said I Loved You...But I Lied
"; arnews[3] += "

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="White Christmas
"; arnews[4] += "

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="How Am I Supposed To Live Without You
"; arnews[5] += "

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Michael Bolton Performs
"; arnews[6] += "

Grammy winner Michael Bolton performs the song 'You Don't Know Me' and another classic on The Early Show. He also talks about his new CD, a collection of standards called 'Vintage.'

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