var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New network comedies breath life into TV sitcom concept
";
arnews[0] += "Even before the nation's economy went south, the prime-time sitcom was mired in its own miserable slump.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:00:00 GMT";
arnews[0] += "
";
arnews[1]="Something funny is happening on TV again
";
arnews[1] += "Something funny is happening on TV again By CHUCK BARNEY Contra Costa Times Even before the nation's economy went south, the prime-time sitcom was mired in its own miserable slump.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 10:06:27 GMT";
arnews[1] += "
";
arnews[2]="A 'Modern Family' treat
";
arnews[2] += "When it was announced that Elizabeth Banks would guest star on ABC's new hit comedy \"Modern Family,\" one assumed she would ham it up as she has in \"The 40-Year-Old Virgin\" and \"Scrubs.\" Ham it up she did, as Mitchell and Cameron's wild, hard-partying friend.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:37:49 GMT";
arnews[2] += "
";
arnews[3]="Celebrity Scoop: Nolan Gould
";
arnews[3] += "For his 11th birthday, Nolan Gould was hoping for a banana Butterfinger cake, then a trip to Disneyland, but he knew he also had to attend a table read for his role as Luke on ABC's hit Wednesday comedy \"Modern Family.\" The curly-haired boy plays the sort of dopey kid brother who eats bubbles and doesn't quite get what's going on around him.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 19:05:39 GMT";
arnews[3] += "
";
arnews[4]="Modern Family Watch: This Is the Sound of My Soul
";
arnews[4] += "Spoilers for last night's Modern Family after the jump: * Sssh! Waita 'listen for a second.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 21:07:03 GMT";
arnews[4] += "
";
arnews[5]="Something funny is happening on television again
";
arnews[5] += "Even before the nation's economy went south, the prime-time sitcom was mired in its own slump.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 09:26:57 GMT";
arnews[5] += "
";
arnews[6]="Fred Willard cast as Dunphy patriarch on 'Modern Family'
";
arnews[6] += "Fred Willard, better known for his zany improvisational skills with roles in films such as \"Best in Show,\" \"A Mighty Wind\" and \"For Your Consideration,\" is the latest guest star to join the family on ABC's hit comedy \"Modern Family.\" Continuing with already more-than-perfect casting decisions, the 70-year-old will play Phil Dunphy's father, ABC ...";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 00:40:20 GMT";
arnews[6] += "
";
arnews[7]="Modern Family, Jesse Tyler Ferguson, Eric Stonestreet
";
arnews[7] += "Time for another ab workout, my friends! Modern Family airs tonight on ABC in what just might be the best episode yet...Did someone say Ed Norton and Elizabeth Banks ? Oh yes they did.";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 22:35:18 GMT";
arnews[7] += "
";
arnews[8]="Hey, Modern Family, Stop Stealing All the Funny
";
arnews[8] += "Time for another ab workout, my friends! Modern Family airs tonight on ABC in what just might be the best episode yet...Did someone say Ed Norton and Elizabeth Banks ? Oh yes they did.";
arnews[8] += "
Publ.Date : Wed, 18 Nov 2009 22:34:18 GMT";
arnews[8] += "
";
totcount = 9;
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("