var arnews = new Array(9); totcount = 8; rnd = 0; arnews[0]="Val Kilmer -- Let's Get This Potty Started
"; arnews[0] += "

Usually Val Kilmer sticks to dropping bombs at the box office....

Add this to your queue
Duration: 00:18

"; arnews[0] += "
"; arnews[1]="Val Kilmer Loves Natalie
"; arnews[1] += "

Kilmer gawks at "Facts of Life" star.

Add this to your queue
Duration: 00:29

"; arnews[1] += "
"; arnews[2]="A rebroadcast of a discussion with actor Val Kilmer
"; arnews[2] += "

with Val Kilmer on Dec 5, 1996

Add this to your queue
Duration: 18:00

"; arnews[2] += "
"; arnews[3]="Val Kilmer Top Guns It
"; arnews[3] += "

Who knew Val Kilmer could still run so fast?

Add this to your queue
Duration: 01:45

"; arnews[3] += "
"; arnews[4]="An interview with actor Val Kilmer
"; arnews[4] += "

with Val Kilmer on Oct 9, 1996

Add this to your queue
Duration: 20:00

"; arnews[4] += "
"; arnews[5]="A conversation with actor Val Kilmer
"; arnews[5] += "

with Val Kilmer on Mar 12, 2004

Add this to your queue
Duration: 22:00

"; arnews[5] += "
"; arnews[6]="Val Kilmer
"; arnews[6] += "

Val Kilmer shows Jon a picture of his horse and talks about his dancing bull. (7:16)

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; document.title=document.title+ " "; arnews[7]="Val Kilmer
"; arnews[7] += "

A polar bear in Central Park once waved to Val Kilmer. (5:08)

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; totcount = 8; 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("
");