var arnews = new Array(9); totcount = 5; rnd = 0; arnews[0]="Luke Wilson On His Latest Film
"; arnews[0] += "

"Henry Poole Is Here" is an alternative to the summer blockbuster. Harry Smith talks to Luke Wilson about his latest film and his brother Owen.

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Luke Wilson's 'Family Stone'
"; arnews[1] += "

Harry Smith spoke to Luke Wilson about his role as a slacker in a bohemian family in "The Family Stone."

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Luke Wilson
"; arnews[2] += "

Luke Wilson tells Jon about the time he met Boris Yeltsin despite nodding off during most of the Russian president's speech. (4:22)

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Luke Wilson
"; arnews[3] += "

Luke Wilson talks about working in an all-male atmosphere for his latest film. (5:53)

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; document.title=document.title+ " "; arnews[4]="Luke Wilson
"; arnews[4] += "

Luke Wilson comes on to talk about his most recent movie, "The Royal Tenenbaums," and his upcoming movie, "Old School." (4:54)

Add this to your queue
Duration: 00:00

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