var arnews = new Array(6); totcount = 4; rnd = 0; arnews[0]="SEAN HAYES in Man Stroke Woman: Woman Advice
"; arnews[0] += "

Good advice goes bad in this clip from sketch comedy show, Man Stroke Woman.

Add this to your queue
Duration: 01:14

"; arnews[0] += "
"; arnews[1]="The Instructor with Sean Hayes
"; arnews[1] += "

An inside look at a driver's test.

Add this to your queue
Duration: 02:06

"; arnews[1] += "
"; arnews[2]="The Instructor with Sean Hayes
"; arnews[2] += "

An inside look at a driver's test.

Add this to your queue
Duration: 02:06

"; arnews[2] += "
"; document.title=document.title+ " "; arnews[3]="Sean Hayes
"; arnews[3] += "

Sean Hayes examines Jon Stewart's index cards for the interview and it says: "Jack is really gay." (6:10)

Add this to your queue
Duration: 00:00

"; 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("
");