var arnews = new Array(9); totcount = 3; rnd = 0; arnews[0]="Ellen's Anniversary Gift for Ben Stiller!
"; arnews[0] += "

Ben recently celebrated his 9th wedding anniversary with Christine Taylor, and Ellen gave the happy couple quite the gift! Check it out for yourself.

Add this to your queue
Duration: 04:32

"; arnews[0] += "
"; arnews[1]="Hollywood News - Project ALS for Lou Gehrigs Disease
"; arnews[1] += "

Ben Stiller and his lovely wife Christine Taylor hit the town to promote awareness for Project ALS benefiting Lou Gehrig's Disease. He tells us how he got involved and his passion for fundraising for the cause.

Add this to your queue
Added: Sat Oct 11 02:48:50 UTC 2008
Duration: 01:07

"; arnews[1] += "
Publ.Date : Sat, 11 Oct 2008 02:48:50 -0000"; arnews[1] += "
"; document.title=document.title+ " "; arnews[2]="Friends - The One at the Beach - Sleep
"; arnews[2] += "

Life should be a beach for the friends, but when Ross brings Bonnie (Christine Taylor) he finds himself in murky waters.

Add this to your queue
Added: Fri Aug 15 02:36:19 UTC 2008
Air date: Thu May 15 00:00:00 UTC 1997
Duration: 01:07

"; arnews[2] += "
Publ.Date : Fri, 15 Aug 2008 02:36:19 -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("
");