var arnews = new Array(6); totcount = 4; rnd = 0; arnews[0]="Clip: Dermot Mulroney on Friends
"; arnews[0] += "

Gavin (Dermot Mulroney) offers to watch Emma so she can give an important presentation to Ralph Lauren.

Add this to your queue
Duration: 02:01

"; arnews[0] += "
"; arnews[1]="Dermot Mulroney Plays David
"; arnews[1] += "

In this movie, new dad David tries to shield his wife from pain with a split-second decision that will cause chaos years later.

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Interview - Dermot Mulroney
"; arnews[2] += "

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; document.title=document.title+ " "; arnews[3]="Dermot Mulroney
"; arnews[3] += "

Dermot Mulroney tells Stephen about his new movie, what it's like to be a chick-flick actor, and whether or not he could take Yo-Yo Ma. (6:19)

Add this to your queue
Duration: 06:19

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