var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="Charlton Heston's Last Words part 2 - PSA outtakes
"; arnews[0] += "

This is the unreleased footage from the shooting of Charlton Heston's PSA.

Add this to your queue
Duration: 03:44

"; arnews[0] += "
"; arnews[1]="Charlton Heston in Michael Moore's 'Bowling for Columbine'
"; arnews[1] += "

FOR THE RECORD: June 21, 2001 - Michael Moore Interviews the President of the NRA, Charlton Heston: http://www.youtube.com/watch?v=Q1iuEcu7O50 August 9, 2002 - Heston Announces He Has Symptoms of...

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Charlton Heston's Last Words part 1 - PSA commercial
"; arnews[2] += "

Just as Yul Brynner released a psa after he died, so did Charlton Heston.

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Charlton Heston, Part 2
"; arnews[3] += "

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Moment of Zen - Charlton Heston
"; arnews[4] += "

Charlton Heston raises a gun and states, "From my cold dead hands." (:12)

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="R.I.P. Charlton Heston
"; arnews[5] += "

Stephen remembers Charlton Heston -- one of the last great Hollywood stars. (2:54)

Add this to your queue
Duration: 02:54

"; arnews[5] += "
"; arnews[6]="Charlton Heston
"; arnews[6] += "

Add this to your queue
Duration: 03:20

"; arnews[6] += "
"; arnews[7]="Charlton Heston
"; arnews[7] += "

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; arnews[8]="Charlton Heston's Last Words part 2 - PSA outtakes
"; arnews[8] += "

This is the unreleased footage from the shooting of Charlton Heston's PSA.

Add this to your queue
Duration: 03:44

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