var arnews = new Array(6); totcount = 5; rnd = 0; arnews[0]="Instructional - The Turn - Peter Krause: Ball Above Feet
"; arnews[0] += "

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Peter Krause (2007)
"; arnews[1] += "

Actor Peter Krause of Six Feet Under and Sports Night talks to host Cindy Rhodes about his film, `Civic Duty.`

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Peter Krause
"; arnews[2] += "

By facing his fears and climbing two mountains, Jon declares that Peter Krause "is no Jew." (3:58)

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Peter Krause
"; arnews[3] += "

Peter Krause learns the ropes of puppet wagoneering in the beautiful suburb of Roseville, Minnesota. (4:22)

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; document.title=document.title+ " "; arnews[4]="Peter Krause
"; arnews[4] += "

Peter Krause talks to Jon about "Sports Night" and its fraternity-like set. (3:55)

Add this to your queue
Duration: 00:00

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