var arnews = new Array(9); totcount = 6; rnd = 0; arnews[0]="Brett Ratner on Working With Chris Tucker
"; arnews[0] += "

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Actor Chris Tucker's Arrest
"; arnews[1] += "

CBS News RAW: Video has been released of Chris Tucker's April 14 arrest in Georgia for speeding at 109 mph and for evading police. Tucker was apparently rushing to church, but landed in jail.

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="A conversation with actor Chris Tucker
"; arnews[2] += "

with Chris Tucker on Aug 1, 2001

Add this to your queue
Duration: 30:00

"; arnews[2] += "
"; arnews[3]="Rush Hour: Chris Tucker
"; arnews[3] += "

I love Rush Hour and Chris Tucker! This clip contains the funniest clips of Chris being HILARIOUS from Rush Hour and Rush Hour 2! Rush Hour is freaking awesome!!!

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; document.title=document.title+ " "; arnews[4]="Chris Tucker - Ruby Rap
"; arnews[4] += "

DJ Ruby Rhod (Chris Tucker) performing "Ruby Rap" in The Fifth Element. LOL!

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Access Hollywood - Chris Tucker's Olympic Spirit
"; arnews[5] += "

Shaun Robinson catches up with Chris Tucker all the way in China where Chris is catching Olympic fever.

Add this to your queue
Added: Wed Sep 24 08:37:23 UTC 2008
Air date: Mon Sep 29 00:00:00 UTC 2008
Duration: 04:22

"; arnews[5] += "
Publ.Date : Wed, 24 Sep 2008 08:37:23 -0000"; 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("
");