var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tank Top Tuesday
";
arnews[0] += "So last week the sad yet inevitable news came that \"Dollhouse\" was done . Sure, the writing was on the wall .";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 12:18:07 GMT";
arnews[0] += "
";
arnews[1]="Sunday's TV Highlights: 'The Prisoner' premieres on AMC
";
arnews[1] += "CAPTIVITY: A man awakens in an isolated place called the Village on the premiere of \"The Prisoner,\" at 8 p.m. on AMC.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="It's Reboot Casting Time! Who Should and Who Shouldn't Be a New Charlie's Angel
";
arnews[2] += "At first, the news that ABC would be remaking Charlie's Angels made me roll my eyes in annoyance at yet another remake, as I'm sure it caused most people to do, but after looking closer at the story, I kind of think it could be fun.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 20:11:41 GMT";
arnews[2] += "
";
arnews[3]="Was it right to axe 'Dollhouse'?
";
arnews[3] += "By now, you're either crying in to your pillow or rejoicing at the news that Fox has cancelled Dollhouse .";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 22:07:34 GMT";
arnews[3] += "
";
arnews[4]="Fox Officially Ends Whedon's 'Dollhouse' Run
";
arnews[4] += "Loading ... It's now official. Fox has canceled Joss Whedon's \"Dollhouse,\" starring Eliza Dushku.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 03:36:43 GMT";
arnews[4] += "
";
arnews[5]="'Dollhouse': Why we're happy it got canceled
";
arnews[5] += "Cancellation was a blessing for Joss Whedon's sci fi drama \"Dollhouse,\" not only for the beleaguered viewers at home but for the production itself.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 02:43:41 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("