var arnews = new Array(8); totcount = 3; rnd = 0; arnews[0]="Better Off Ted - Flip Cam With Jay
"; arnews[0] += "

Go behind the scenes of Better off Ted with Jay Harrington!

Add this to your queue
Added: Mon Nov 23 00:23:05 UTC 2009
Air date: Fri Nov 20 00:00:00 UTC 2009
Duration: 02:28

"; arnews[0] += "
Publ.Date : Mon, 23 Nov 2009 00:23:05 -0000"; arnews[0] += "
"; arnews[1]="Celebrity Interviews - Better Off Ted: Jay Harrington
"; arnews[1] += "

Jay Harrington plays Ted in BETTER OFF TED on the new ABC comedy. He's the straight man of a group of crazies with co-star Portia deRossi. Find out what's making this laugher a hit as he joins us in the Hollywood 411 studio.

Add this to your queue
Added: Fri Jul 03 12:50:18 UTC 2009
Duration: 04:17

"; arnews[1] += "
Publ.Date : Fri, 03 Jul 2009 12:50:18 -0000"; arnews[1] += "
"; document.title=document.title+ " "; arnews[2]="Celebrity Interviews - Private Practice: Jay Harrington
"; arnews[2] += "

Jay Harrington, Dr. Wyatt Lockhart on Private Practice, plays a prickly jerk who pursues Addison in non-professional ways. Find out about his Taye Diggs connection that takes them back to college days. He joins us in the 411 studio.

Add this to your queue
Added: Sat Jan 10 02:32:12 UTC 2009
Duration: 04:12

"; arnews[2] += "
Publ.Date : Sat, 10 Jan 2009 02:32:12 -0000"; arnews[2] += "
"; totcount = 3; 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("
");