var arnews = new Array(6); totcount = 6; rnd = 0; arnews[0]="Benjamin Bratt's standing ovation
"; arnews[0] += "

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Sharon Stone and Benjamin Bratt on duality
"; arnews[1] += "

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Benjamin Bratt on Halle Berry
"; arnews[2] += "

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Benjamin Bratt Cleans Up
"; arnews[3] += "

It's been nearly 10 years since Benjamin Bratt left his role on 'Law and Order.' Now he's returning to the small screen as 'The Cleaner.' He talks with Lara Spence about his challenging new role.

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="6/23: Benjamin Bratt
"; arnews[4] += "

Benjamin Bratt talks about Whoopi's guest appearance on "The Closer."

Add this to your queue
Duration: 02:11

"; arnews[4] += "
"; arnews[5]="Confidential Cut: BENJAMIN BRATT
"; arnews[5] += "

A behind the scenes look at the making of the cleaner with Benjamin Bratt conversing about his character William Banks.

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