var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="Russell Simmons Presents Brave New Voices
"; arnews[0] += "

Watch an episode of 'Russell Simmons Presents Brave New Voices'

Add this to your queue
Duration: 28:36

"; arnews[0] += "
"; arnews[1]="Russell Simmons Pisses Away Money
"; arnews[1] += "

Ed McMahon should keep his eyes peeled while he's in New York -- because if you're relentless enough, Russell Simmons will hand you a twenty to shut up.

Add this to your queue
Duration: 00:54

"; arnews[1] += "
"; arnews[2]="Russell Simmons on Yoga
"; arnews[2] += "

Add this to your queue
Duration: 04:45

"; arnews[2] += "
"; arnews[3]="A conversation with Russell Simmons
"; arnews[3] += "

with Russell Simmons on Nov 15, 2000

Add this to your queue
Duration: 10:00

"; arnews[3] += "
"; arnews[4]="A conversation with entrepreneur Russell Simmons
"; arnews[4] += "

with Russell Simmons on Jul 16, 2003

Add this to your queue
Duration: 1:00:00

"; arnews[4] += "
"; arnews[5]="Russell Simmons
"; arnews[5] += "

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Russell Simmons
"; arnews[6] += "

Russell Simmons talks about Oprah, diamonds and the secret to success. (5:46)

Add this to your queue
Duration: 05:46

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