var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="The Tonight Show with Conan O'Brien - Anna Friel Interview
"; arnews[0] += "

Conan and Anna lament the harsh realities of an Irishman at the beach, and Anna relates the extreme lengths one has to go to keep a straight face when working with Will Ferrell.

Add this to your queue
Added: Tue Jun 09 13:00:13 UTC 2009
Air date: Mon Jun 08 00:00:00 UTC 2009
Duration: 06:58
Rating: 4.1 / 5.0

"; arnews[0] += "
Publ.Date : Tue, 09 Jun 2009 13:00:13 -0000"; arnews[0] += "
"; arnews[1]="IGN - SDCC 08: Land of the Lost Video Interviews
"; arnews[1] += "

We chat with the Anna Friel of the small-to-big screen adaptation.

Add this to your queue
Added: Fri Aug 22 09:19:31 UTC 2008
Air date: Thu Jul 31 00:00:00 UTC 2008
Duration: 01:53

"; arnews[1] += "
Publ.Date : Fri, 22 Aug 2008 09:19:31 -0000"; arnews[1] += "
"; totcount = 2; 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("
");