var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Chuck Liddell Gets Chucked
"; arnews[0] += "The Ultimate Fighter can't rise up to the challenge any longer and gets booted from DWTS. Get the recap."; arnews[0] += "
Publ.Date : Wed, 14 Oct 2009 05:08:00 GMT"; arnews[0] += "
"; arnews[1]="Behind the scenes w/Chuck Liddell at Dancing With The Stars
"; arnews[1] += "Taped on 9/29. Vote for Chuck on Dancing With The Stars on Monday night in your time zone by dialing 1-800-868-3402."; arnews[1] += "
Publ.Date : Thu, 01 Oct 2009 20:07:52 GMT"; arnews[1] += "
"; arnews[2]="The Best Chuck Liddell Knockouts
"; arnews[2] += "Compilation of the Iceman's greatest knockouts throughout his career. O'Doyle Rules!"; arnews[2] += "
Publ.Date : Wed, 16 Sep 2009 02:12:36 GMT"; arnews[2] += "
"; arnews[3]="UFC Chuck Liddell on Coke!!
"; arnews[3] += "UFC Chuck Liddell on Coke!!"; arnews[3] += "
Publ.Date : Tue, 04 Aug 2009 08:28:20 GMT"; arnews[3] += "
"; arnews[4]="Mixed Martial Arts Champion Chuck "The Iceman" Liddell
"; arnews[4] += "In this video, http://www.WatchMojo.com learns more about the man credited with bringing mixed martial arts to the mainstream, Chuck Liddell."; arnews[4] += "
Publ.Date : Thu, 07 May 2009 19:52:14 GMT"; arnews[4] += "
"; arnews[5]="UFC 97: Chuck Liddell vs. Shogun Rua !!!!
"; arnews[5] += "fight video: www.mmashare.com"; arnews[5] += "
Publ.Date : Sat, 18 Apr 2009 10:09:08 GMT"; arnews[5] += "
"; document.title=document.title+ " "; arnews[6]="Time For War - Chuck Liddell vs. Mauricio Rua
"; arnews[6] += "UFC 97: Iceman vs. Shogun"; arnews[6] += "
Publ.Date : Thu, 09 Apr 2009 04:56:13 GMT"; arnews[6] += "
"; arnews[7]="Kimbo talks Chuck Liddell
"; arnews[7] += "Kimbo has nothing but love for everybody...unless you don't have love for him."; arnews[7] += "
Publ.Date : Fri, 18 Apr 2008 17:53:22 GMT"; arnews[7] += "
"; arnews[8]="Chuck Liddell vs Kurt Angle
"; arnews[8] += "This video has profanity. WWE SuperStar Kurt Angle says he can beat Chuck Liddell (Light Heavyweight Champion of the UFC) ... chuck liddell vs kurt angle interview mma ufc pride..."; arnews[8] += "
Publ.Date : Mon, 09 Apr 2007 16:24:08 GMT"; arnews[8] += "
"; arnews[9]="Chuck Liddell - 2 Rare Fights and He even Does a RNC
"; arnews[9] += "chuck Liddell vs Ron Kosakowski chuck liddell vs Kenneth Williams 3/31/1999"; arnews[9] += "
Publ.Date : Wed, 22 Nov 2006 11:04:34 GMT"; arnews[9] += "
"; totcount = 10; 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("
");