var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Interview Ty Burrell - A.V. Club
";
arnews[0] += "TB: Well, it’s humbling, because it was a guy who has literally no self-awareness whatsoever and thinks he’s a lot cooler than he is, so that was definitely a hilarious realization. I’m not saying this just to be self-deprecating, but I have ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 17:24:00 GMT";
arnews[0] += "
";
arnews[1]="Something funny is happening again - Vindy.com
";
arnews[1] += "After a long dry spell, the TV sitcom is back. Even before the nation’s econ- omy went south, the prime-time sitcom was mired in its own miserable slump. Ratings plunged, critics groused, shows fizzled and, throughout Hollywood, pink slips piled up ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:38:00 GMT";
arnews[1] += "
";
arnews[2]="New network comedies breath life into TV sitcom concept - Erie Times-News
";
arnews[2] += "Even before the nation's economy went south, the prime-time sitcom was mired in its own miserable slump. Ratings plunged, critics groused, shows fizzled and, throughout Hollywood, pink slips piled up. \"For a while there, we were looking worse than ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:15:00 GMT";
arnews[2] += "
";
arnews[3]="Something funny is happening on television again - Modesto Bee
";
arnews[3] += "Even before the nation's economy went south, the prime-time sitcom was mired in its own slump. Ratings plunged, critics groused, shows fizzled and, throughout Hollywood, pink slips piled up. \"For a while there, we were looking worse than the auto ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:05:00 GMT";
arnews[3] += "
";
arnews[4]="Critic’s corner - Boston Globe
";
arnews[4] += "But Ty Burrell as Phil the “cool dad’’ is a close second. Tonight, the show brings in Edward Norton for a guest stint. Above (from left): Rodriguez, Sofia Vergara, Ed O’Neill, and Burrell.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:37:00 GMT";
arnews[4] += "
";
arnews[5]="Fred Willard to guest in 'Modern Family' - Digital Spy
";
arnews[5] += "Fred Willard has reportedly signed on for a guest appearance in Modern Family . According to TV Guide , the veteran actor will star as the father of Phil (Ty Burrell) in an upcoming episode of the ABC show. It is believed that Willard will appear on ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 16:48:00 GMT";
arnews[5] += "
";
totcount = 6;
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("