var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="Owen Wilson's Suicide Press Conference
"; arnews[0] += "

(This was filmed just days after Owen Wilson's now infamous attempt, when the incident was still shrouded in mystery) Here are some of the best parts of Owen Wilson's previously recorded live press conference. For more check: www.swingingjohnson.com

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Thank You Owen Wilson - by Jeff Short
"; arnews[1] += "

A video thank you to Owen Wilson for being an F-ing gangster.

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="A conversation with actor Owen Wilson
"; arnews[2] += "

with Owen Wilson on Jul 14, 2005

Add this to your queue
Duration: 19:00

"; arnews[2] += "
"; arnews[3]="A Moment with Owen Wilson
"; arnews[3] += "

Impression of Owen Wilson by Jeff Bedinian in the segment titled, "A Moment with..."

Add this to your queue
Duration: 00:37

"; arnews[3] += "
"; arnews[4]="Hollywood.tv: Owen Wilson
"; arnews[4] += "

Hollywood.tv catches up with Owen Wilson.

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Owen Wilson (HD)
"; arnews[5] += "

Hollywood.tv catches up with Owen Wilson.

Add this to your queue
Duration: 02:05

"; arnews[5] += "
"; arnews[6]="Late Show - Top Ten Tips For Making It In Hollywood
"; arnews[6] += "

Presented by Owen Wilson.

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Late Show - Top Ten Tips For Making It In Hollywood
"; arnews[7] += "

Presented by Owen Wilson.

Add this to your queue
Duration: 03:01

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