var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Navigating workplace politics, as learned from TV
";
arnews[0] += "Even the Manhattan television studio in NBC's 30Rock isn't immune to the recession.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 14:00:01 GMT";
arnews[0] += "
";
arnews[1]="Dollhouse: Where the Cast Should Go Next?
";
arnews[1] += "With Dollhouse 's doors closing, and Joss presumably heading back to the drawing board, what will happen to all those actors who will be out of a job? After all, some of them already get too-little work on non-Whedon projects as it is.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 03:04:32 GMT";
arnews[1] += "
";
arnews[2]="Was it right to axe 'Dollhouse'?
";
arnews[2] += "By now, you're either crying in to your pillow or rejoicing at the news that Fox has cancelled Dollhouse .";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 22:07:34 GMT";
arnews[2] += "
";
arnews[3]="Dollhouse closed, Whedon reacts
";
arnews[3] += "In a move that surprised virtually no one, FOX has finally and officially canceled the low rated Dollhouse .";
arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="FOX Cancels Joss Whedon TV Show Dollhouse
";
arnews[4] += "FOX has officially announced it is canceling the television show Dollhouse, the Joss Whedon sci-fi drama starring Eliza Dushku that was given an unexpected second season this fall but had dismal ratings after moving to Friday nights.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 21:57:37 GMT";
arnews[4] += "
";
arnews[5]="The End Is Nigh: Fox Officially Cancels Dollhouse
";
arnews[5] += "Update 2:40 p.m.: Joss Whedon has spoken. \"I feel [ Dollhouse ] is getting better pretty much every week,\" he just wrote to his fans on Whedonesque.com. \"And I think you'll agree in the coming months.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 23:34:31 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("