var arnews = new Array(6); totcount = 6; rnd = 0; arnews[0]="Turn My Swag On (Live)
"; arnews[0] += "

Turn My Swag On (Live)

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="2008 Was A Good Year For Soulja Boy
"; arnews[1] += "

2008 Was A Good Year For Soulja Boy

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Soulja Boy Looks Forward to a Tour Jet
"; arnews[2] += "

Soulja Boy Looks Forward to a Tour Jet

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="MTV News RAW: Soulja Boy Tell'em
"; arnews[3] += "

MTV News RAW: Soulja Boy Tell'em Premiered 12/04/08 The young rapper talks about trying to top "Crank That," beefing with Ice-T and Kanye West's new sound.

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="MTV News RAW: Soulja Boy Tell'em
"; arnews[4] += "

MTV News RAW: Soulja Boy Tell'em Premiered 1/21/08 The chart-topping MC talks about the origins of "Crank That" and the pressure of coming out with another hit.

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Prom Week '09: Soulja Boy
"; arnews[5] += "

Prom Week '09: Soulja Boy

Add this to your queue
Duration: 00:00

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