var arnews = new Array(7); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Lake Bell Nearly Died to Make You Laugh - YAHOO!
"; arnews[0] += "and Erinn Hayes, and people like Nick Offerman and Michael Cera were involved in a limited capacity. This season you've added Henry Winkler and Malin Akerman as regulars, and you've got some great guest stars like ..."; arnews[0] += "
Publ.Date : Sun, 22 Aug 2010 08:28:00 GMT"; arnews[0] += "
"; arnews[1]="Rob Corddry Cuts Up Medical Dramas in Childrens Hospital - Wired News
"; arnews[1] += "Erinn Hayes, Rob Huebel, Zandy Hartig, Malin Akerman, Megan Mullally, Rob Corddry, Henry Winkler and Ken Marino."; arnews[1] += "
Publ.Date : Fri, 20 Aug 2010 14:57:00 GMT"; arnews[1] += "
"; arnews[2]="'Childrens Hospital': A New Begending - Popmatters.com
"; arnews[2] += "has failed to save the life of Lola Spratt (Erinn Hayes). She’s died of an imaginary brain tumor she’d invented as an excuse to break up with Glenn Richie (Ken Marino), leaving Downs on the verge of a “nervous ..."; arnews[2] += "
Publ.Date : Sun, 22 Aug 2010 10:37:00 GMT"; arnews[2] += "
"; arnews[3]="Playing Doctor with Childrens Hospital 's Lake Bell - TV.com
"; arnews[3] += "Erinn [Hayes] and I were bummed, because our mics were broken in the beginning. So we kept saying little things, and then I was like, “That’s not landing!” It was like, wait a second. “Dude, it’s not working."; arnews[3] += "
Publ.Date : Thu, 19 Aug 2010 23:55:00 GMT"; 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("
");