var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="Liam Neeson Spotted After Heartbreaking Loss
"; arnews[0] += "

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="A conversation with actor Liam Neeson
"; arnews[1] += "

with Liam Neeson on Jun 11, 1998

Add this to your queue
Duration: 11:00

"; arnews[1] += "
"; arnews[2]="A conversation with actor Liam Neeson
"; arnews[2] += "

with Liam Neeson on Dec 17, 2004

Add this to your queue
Duration: 19:00

"; arnews[2] += "
"; arnews[3]="Liam Neeson Is Really "Nice"
"; arnews[3] += "

It was a nice day for a walk in New York City yesterday, and when a TMZ photog spotted Liam Neeson, the affable actor had some kind advice for a TMZ photog: "Get a life!" Aww, what a sweetheart!

Add this to your queue
Duration: 00:11

"; arnews[3] += "
"; arnews[4]="A conversation with Liam Neeson
"; arnews[4] += "

with Liam Neeson on Jan 22, 1997

Add this to your queue
Duration: 55:00

"; arnews[4] += "
"; arnews[5]="Liam Neeson
"; arnews[5] += "

Liam Neeson and Jon come to a compromise over horse-drawn carriages in New York City. (06:34)

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Natasha & Liam Neeson talking about Eugene O'Neill
"; arnews[6] += "

Credit: Natasha-Richardson.ORG

Add this to your queue
Duration: 00:00

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