var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="Mike Jones on the list of celebrities that make it to his club
"; arnews[0] += "

Mike Jones on the list of celebrities that make it to his club

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Mike Jones on what makes his crew unique
"; arnews[1] += "

Mike Jones on what makes his crew unique

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Mike Jones on his video for "Mr. Jones"
"; arnews[2] += "

Mike Jones on his video for "Mr. Jones"

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Mike Jones on why 713 is the place to be
"; arnews[3] += "

Mike Jones on why 713 is the place to be

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Mike Jones on his album "The American Dream"
"; arnews[4] += "

Mike Jones on his album "The American Dream"

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Sucker Free Flashback - Mike Jones
"; arnews[5] += "

Sucker Free Flashback - Mike Jones

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="A.D.D. Bio: Mike Jones
"; arnews[6] += "

A.D.D. Bio: Mike Jones

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="VMA Nominees: MTV2 Award
"; arnews[7] += "

VMA Nominees: MTV2 Award

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; arnews[8]="Back Then
"; arnews[8] += "

"Back Then"

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