var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Al Pacino Honored By Arthritis Foundation
"; arnews[0] += "Al Pacino was given the Arthritis Foundation's Jane Wyman Humanitarian Award for his ongoing charitable giving and support. Lisa Sigell reports."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 02:27:54 GMT"; arnews[0] += "
"; arnews[1]="Letterman - Michelle Pfeiffer Cuts Al Pacino
"; arnews[1] += "Find out how Michelle sliced and diced her way to a role in \"Scarface.\" ... late show david letterman michelle pfeiffer"; arnews[1] += "
Publ.Date : Tue, 16 Jun 2009 23:33:06 GMT"; arnews[1] += "
"; arnews[2]="Inside Actors Studio : John Cusack - Bonus: Al Pacino (Season 3 Bonus Clips)
"; arnews[2] += "This talented actor describes his experience with working with Al Pacino."; arnews[2] += "
Publ.Date : Tue, 28 Apr 2009 21:53:28 GMT"; arnews[2] += "
"; arnews[3]="SNTV - Al Pacino and other gangsters
"; arnews[3] += "In honor of Al Pacino's 69th birthday, we take a look at some silver screen gangsters like Robert DeNiro and Joe Pesci. Ref: SPL95786 240409 Video by: Splashnews TV / Splash News"; arnews[3] += "
Publ.Date : Fri, 24 Apr 2009 21:51:33 GMT"; arnews[3] += "
"; arnews[4]="Penn State Al Pacino Speech
"; arnews[4] += "Motivational speech"; arnews[4] += "
Publ.Date : Thu, 05 Mar 2009 19:37:49 GMT"; arnews[4] += "
"; arnews[5]="Gongolo ad Al Pacino
"; arnews[5] += "Il premio all'attore e a Monica Bellucci"; arnews[5] += "
Publ.Date : Sat, 25 Oct 2008 23:47:31 GMT"; arnews[5] += "
"; arnews[6]="50 Cent, Al Pacino & Robert Deniro in 'Righteous Kill'
"; arnews[6] += "Just because Samuel Jackson decided not to act next to rapper/business mogul Curtis '50 Cent' Jackson, doesn't mean Oscar Award Winners Robert Deniro and Al Pacino will follow..."; arnews[6] += "
Publ.Date : Thu, 13 Mar 2008 17:32:55 GMT"; arnews[6] += "
"; arnews[7]="Al Pacino Soundboard
"; arnews[7] += "Al Pacino Soundboards"; arnews[7] += "
Publ.Date : Sun, 05 Aug 2007 10:18:42 GMT"; arnews[7] += "
"; document.title=document.title+ " "; arnews[8]="A Great Al Pacino Impersonation
"; arnews[8] += "Some guy on tv doing a really funny, and GOOD impersonation of Al Pacino"; arnews[8] += "
Publ.Date : Thu, 31 May 2007 10:07:55 GMT"; arnews[8] += "
"; arnews[9]="VIDEO EXCLUSIVE - Al Pacino attending the Merchant of Venice premiere, UK 29/11/2004
"; arnews[9] += "VIDEO EXCLUSIVE - Al Pacino attending the premiere of Merchant of Venice. He waves to fans, then comes over towards the camera to sign autographs. He apologises to fans that he..."; arnews[9] += "
Publ.Date : Mon, 29 Nov 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("
");