var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="THE STEAM EXPERIMENT starring Val Kilmer - First Public Screening March 1st - GIFF 2009
"; arnews[0] += "First Public Screening! Armand Assante will attend the screening and following the film will receive the Gasparilla Career Achievement Award. Buy your tickets now for this first..."; arnews[0] += "
Publ.Date : Tue, 24 Feb 2009 01:40:33 GMT"; arnews[0] += "
"; arnews[1]="Val Kilmer For Governor?
"; arnews[1] += "The actor is pondering a run for governor of New Mexico in 2010. Sylvia Lopez reports."; arnews[1] += "
Publ.Date : Sat, 07 Feb 2009 06:42:15 GMT"; arnews[1] += "
"; arnews[2]="Kiss Kiss, Bang Bang - Exclusive interview with Val Kilmer & Michelle Monaghan
"; arnews[2] += "Robert Downey Jr. and Val Kilmer star in this hilarious murder mystery comedy."; arnews[2] += "
Publ.Date : Tue, 16 Sep 2008 12:05:50 GMT"; arnews[2] += "
"; arnews[3]="Val Kilmer at Comanche Moon
"; arnews[3] += "It's the prequel to the infamous \"Lonesome Dove,\" and we're taking you to the screening to see what stars like Val Kilmer and Steve Zahn have to say about working on the newest..."; arnews[3] += "
Publ.Date : Wed, 09 Apr 2008 06:29:12 GMT"; arnews[3] += "
"; arnews[4]="Trailer- Val Kilmers new movie Conspiracy- on DVD ...
"; arnews[4] += "Val Kilmer stars with Jennifer Esposito and Gary Cole in this explosive, action-packed film about a former Special Operations United States Marine who brings justice to a small..."; arnews[4] += "
Publ.Date : Mon, 07 Apr 2008 13:12:33 GMT"; arnews[4] += "
"; arnews[5]="Val Kilmer as Doc Holiday in TOMBSTONE
"; arnews[5] += "Val gives an awesome performance as Doc Holiday. It is absolutely one of Val's best roles."; arnews[5] += "
Publ.Date : Sat, 03 Mar 2007 05:05:49 GMT"; arnews[5] += "
"; arnews[6]="Val Kilmer as Iceman
"; arnews[6] += "Val is the coolest as the Iceman in \"Top Gun\". It's a tribute to Val's vividly characterized performance that, though playing a stock role, he stands out as a memorable and..."; arnews[6] += "
Publ.Date : Sun, 10 Dec 2006 02:01:26 GMT"; arnews[6] += "
"; arnews[7]="USA: Actors Robert Downey Jr. and Val Kilmer buddy up for Los Angeles premiere of new film "Kiss Kiss Bang Bang"
"; arnews[7] += "Movie stars Val Kilmer and Robert Downey Jr. came out to celebrate the Hollywood premiere of their new film \"Kiss Kiss Bang Bang\" in Los Angeles, California on Tuesday (October..."; arnews[7] += "
Publ.Date : Thu, 10 Nov 2005 00:00:00 GMT"; arnews[7] += "
"; arnews[8]="VIDEO EXCLUSIVE - Alexander Premiere, London UK 05/01/2005
"; arnews[8] += "VIDEO EXCLUSIVE - Val Kilmer, Angelina Jolie, Colin Farrell Jonathan Rhys Meyers and Oliver Stone attend the Alexander premiere in London. Val Kilmer signs autographs, Angelina..."; arnews[8] += "
Publ.Date : Wed, 05 Jan 2005 00:00:00 GMT"; arnews[8] += "
"; document.title=document.title+ " "; arnews[9]="VIDEO EXCLUSIVE - Renee Zellweger and Val Kilmer attending the 2004 BAFTA film awards UK 15/02/2004
"; arnews[9] += "VIDEO EXCLUSIVE - Renee Zellweger and Val Kilmer attending the 2004 BAFTA film awards. Both stars are happy to sign autographs for fans near the camera, and are facing towards the..."; arnews[9] += "
Publ.Date : Sun, 15 Feb 2004 00:00:00 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("
");