var arnews = new Array(9); totcount = 5; rnd = 0; arnews[0]="Ghetto Gyno starring Mike Epps and Ron Livingston
"; arnews[0] += "

Dr. Richard Walker may be a bit ghetto and unorthodox, but he gets results.

Add this to your queue
Duration: 04:11

"; arnews[0] += "
"; arnews[1]="TMZ to Ron Livingston: And You Are ... ???
"; arnews[1] += "

He starred in "Office Space" and broke up with Carrie Bradshaw via Post-It, but one TMZ photog had no idea who the heck Ron Livingston was outside a celebrity poker tournament.

Add this to your queue
Duration: 00:32

"; arnews[1] += "
"; arnews[2]="ECOIST - Ron Livingston
"; arnews[2] += "

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Defying Gravity - Interview with Defying Gravity's Ron Livingston
"; arnews[3] += "

Hulu sits down with actor Ron Livingston ("Office Space") to find out more about his new series, Defying Gravity.

Add this to your queue
Added: Sat Aug 01 06:10:11 UTC 2009
Air date: Mon Aug 03 00:00:00 UTC 2009
Duration: 02:57
Rating: 3.6 / 5.0

"; arnews[3] += "
Publ.Date : Sat, 01 Aug 2009 06:10:11 -0000"; arnews[3] += "
"; document.title=document.title+ " "; arnews[4]="Ecoists - Ron Livingston
"; arnews[4] += "

Ron Livingston discusses what our environmental legacy could be.

Add this to your queue
Added: Fri Jun 13 00:25:51 UTC 2008
Duration: 01:16

"; arnews[4] += "
Publ.Date : Fri, 13 Jun 2008 00:25:51 -0000"; 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("
");