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

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Must Be Love
"; arnews[1] += "

"Must Be Love"

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="A Day In The Life Of Swizz Beatz: Showtime!
"; arnews[2] += "

A Day In The Life Of Swizz Beatz: Showtime! Premiered 7/06/07 The rapper/producer makes his way around New York, rubbing elbows with Kanye West, Pharrell and more — and MTV News was there for it all.

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Addiction
"; arnews[3] += "

"Addiction"

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Official Girl
"; arnews[4] += "

"Official Girl"

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Me & U
"; arnews[5] += "

"Me & U"

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="VMA Parties Heat Up Vegas!
"; arnews[6] += "

VMA Parties Heat Up Vegas! Premiered 9/09/07 Cassie, Kanye, Nelly Furtado and Ludacris all threw parties over VMA weekend -- check out video from each right here!

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Cassie on her start in music
"; arnews[7] += "

Cassie on her start in music

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; arnews[8]="HOT 97- Angie interviews Cassie
"; arnews[8] += "

Cassie clears up rumors about diddy and more

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