var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="Kurt Angle on Hulk Hogan
"; arnews[0] += "

Kurt Angle calls Hulk Hogan's partnership with Dixie Carter and TNA, "The most amazing thing that wrestling has seen since the mid-90's." Watch...

Add this to your queue
Duration: 01:12

"; arnews[0] += "
"; arnews[1]="Hulk Hogan: The Kids Love Him
"; arnews[1] += "

A brief glimpse into the life and career of Hulk Hogan.

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Ultimate Hogan - Hulk Hogan Look at Me
"; arnews[2] += "

Ultimate Warrior + Hulk Hogan = Ultimate Hogan

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Hulk Hogan: A Rough Start
"; arnews[3] += "

The beginnings of Hulk Hogan's career and the techniques that made him famous.

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="The Goanna ringside with Hulk Hogan
"; arnews[4] += "

Add this to your queue
Duration: 02:14

"; arnews[4] += "
"; arnews[5]="Hulk Hogan: Freddie Prinze Jr. is a Hack
"; arnews[5] += "

Freddie Prinze Jr. is free game for a verbal smackdown now that he works for the WWE -- which Hulk Hogan gladly gave him as he was leaving yet another divorce hearing.

Add this to your queue
Duration: 00:42

"; arnews[5] += "
"; arnews[6]="A Conversation With Hulk Hogan
"; arnews[6] += "

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Hulk Hogan storms Sydney
"; arnews[7] += "

Add this to your queue
Duration: 01:43

"; arnews[7] += "
"; arnews[8]="Hulk Hogan storms Sydney
"; arnews[8] += "

Add this to your queue
Duration: 01:43

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