var arnews = new Array(6); totcount = 6; rnd = 0; arnews[0]="Al Pacino's Advocate (Extended Version)
"; arnews[0] += "

Al Pacino, sex, drugs, rock n'roll and homophobia equals quality entertainment.

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Al Pacino - Scent of a Woman
"; arnews[1] += "

The Tango dance scene

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Al Pacino fights Meg Ryan
"; arnews[2] += "

Al Pacino from Scarface takes on Meg Ryan from When Harry met Sally in this tale of domestic bliss gone horribly, horribly wrong. When their pillowtalk broaches the controversial subject of the female orgasm, an argument begins that can only climax (ahem) with a gruesome fight to the death. Killer quote: “How would you know, bubblehead?”

Add this to your queue
Duration: 01:38

"; arnews[2] += "
"; arnews[3]="Al Pacino -- A Righteous Buzz Kill
"; arnews[3] += "

Al Pacino wasn't too talkative when we told him James Caan wasn't excited to see "Righteous Kill." Yeah, the flick's dismal box office kinda speaks for itself.

Add this to your queue
Duration: 01:18

"; arnews[3] += "
"; arnews[4]="Al Pacino's Advocate
"; arnews[4] += "

When your weed is missing and times are tough, it's a good idea to turn to dad. Especially if your dad is Al Pacino...

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Al Pacino on Insomnia Medication
"; arnews[5] += "

Nocturn spokesman Al Pacino wants you to try the newest insomnia medication.

Add this to your queue
Duration: 01:15

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