var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="Chuck Liddell -- Blondes Love a Badass
"; arnews[0] += "

Chuck Liddell's nickname may be "The Iceman," but last night outside of Villa, he made one thing clear: he doesn't have trouble staying warm at night. He's surrounded by knockouts!

Add this to your queue
Duration: 00:59

"; arnews[0] += "
"; arnews[1]="Chuck Liddell sings Journey - Don't Stop Believing
"; arnews[1] += "

Chuck Liddell at the Key Club in Hollywood for the Steel Panther show

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Chuck Liddell Tests Roman Tools
"; arnews[2] += "

Chuck Liddell helps the team test out some of the most deadly weapons from the ancient Roman times.

Add this to your queue
Duration: 03:00

"; arnews[2] += "
"; arnews[3]="Joss Stone, Chuck Liddell, Huey
"; arnews[3] += "

Aired 7/21/08 MTV Cribs welcomes you into three more celebrity homes that will knock your sox off featuring: Joss Stone, Chuck Liddell, and Huey

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="The Scissor
"; arnews[4] += "

Chuck Liddell tests out a Roman scissor.

Add this to your queue
Duration: 02:00

"; arnews[4] += "
"; arnews[5]="Chuck Liddell Gets Ready for DWTS!
"; arnews[5] += "

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="DWTS: Chuck Liddell & Anna Wk 3
"; arnews[6] += "

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Video: Chuck Liddell Kicks Off "Dancing" Shoes
"; arnews[7] += "

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; arnews[8]="Chuck Liddell Stops By TMZ
"; arnews[8] += "

As seen on TMZ TV -- August 31, 2009

Add this to your queue
Duration: 01:36

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