var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="Season 5: Chris Rock
"; arnews[0] += "

Season 5: Chris Rock

Add this to your queue
Duration: 01:20

"; arnews[0] += "
"; arnews[1]="Chris Rock
"; arnews[1] += "

Chris Rock says every black person who voted for George W. Bush is in the Cabinet. (4:52)

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="HTV: Chris Rock
"; arnews[2] += "

Chris Rock tries to avoid the paps!

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Chris Rock's Manager
"; arnews[3] += "

George discusses a crucial turning point in his comedy career.

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Chris Rock on touring
"; arnews[4] += "

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Chris Rock on success
"; arnews[5] += "

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Meet the Artists: Chris Rock
"; arnews[6] += "

Producer Chris Rock on "Good Hair"

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