var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="Michelle Williams-The Greatest
"; arnews[0] += "

New track, "The Greatest" from the new album UNEXPECTED

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Michelle Williams Sings
"; arnews[1] += "

Destiny's Child songstress Michelle Williams spoke with The Early Show about her new gospel solo album, and also performed a song in the studio.

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Michelle Williams
"; arnews[2] += "

Michelle Williams discusses her new movie, "Me Without You," and trying not to get depressed while shooting in England. (5:46)

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="We Break The Dawn
"; arnews[3] += "

"We Break The Dawn"

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="The Greatest
"; arnews[4] += "

"The Greatest"

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="We Break The Dawn
"; arnews[5] += "

"We Break The Dawn"

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="The Greatest
"; arnews[6] += "

"The Greatest"

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