var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Office' plotlines reflect recession anxieties
";
arnews[0] += "Dunder Mifflin, the fictional paper company at the center of NBC's prime-time comedy \"The Office,\" is facing bankruptcy.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:49:38 GMT";
arnews[0] += "
";
arnews[1]="TV plotlines reflect recession anxieties
";
arnews[1] += "Dunder Mifflin, the fictional paper company at the center of NBC's prime-time comedy \"The Office,\" is facing bankruptcy.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:17:02 GMT";
arnews[1] += "
";
arnews[2]="'Office' Plotlines Reflect Recession Anxieties
";
arnews[2] += "Dunder Mifflin, the fictional paper company at the center of NBC's prime-time comedy \"The Office,\" is facing bankruptcy.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:10:47 GMT";
arnews[2] += "
";
arnews[3]="Something funny is happening on TV again
";
arnews[3] += "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[3] += "
Publ.Date : Fri, 20 Nov 2009 10:06:27 GMT";
arnews[3] += "
";
arnews[4]="the TV Column: It's nearing sweeps' end and axes are swinging
";
arnews[4] += "Here we are in the last half of November sweeps and that means the layoffs have begun.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 12:35:26 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]="Freshman Rush
";
arnews[6] += "Repeat nominees are the rule of thumb at the Screen Actors Guild Awards, where the eligibility period is the calendar year - rather than the TV season, as is the case with the Emmys.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 03:10:15 GMT";
arnews[6] += "
";
arnews[7]="Shields to guest on ABC's 'The Middle'
";
arnews[7] += "Brooke Shields is to guest on a forthcoming episode of ABC comedy The Middle . The former Lipstick Jungle star will play a neighbour and nemesis of Patricia Heaton's Frankie, reports Entertainment Weekly .";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 03:08:42 GMT";
arnews[7] += "
";
arnews[8]="Ausiello: Brooke Shields in 'The Middle'
";
arnews[8] += "What's the suburban equivalent of a lipstick jungle? Food-court forest? Mommy morass? Apron woods? Well, whatever you call it, Brooke Shields is making her way there in early 2010 via a guest appearance on ABC's The Middle .";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 02:14:11 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("