var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eliza Dushku Doesn't Expect To Ever Play In 'Dollhouse' Again - Pop Eater
";
arnews[0] += "So I'm one of the 'Dollhouse' fans who are really upset about the cancelation announcement. Is there any chance at all that you guys would consider moving it to another network? \"I don't know. I mean, I'm going to say I don't think so. I feel like we ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT";
arnews[0] += "
";
arnews[1]="Buffy Makes Comeback in New Medium - ShockTillYouDrop.com
";
arnews[1] += "It appears the series will pick up after the comic books and will see the return of a number of characters including Faith (Eliza Dushku won't be back, but casting director Jeff Shuter is seeking someone like her). Description: MAXX INITIATIVE is now ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 18:52:00 GMT";
arnews[1] += "
";
arnews[2]="Alternate Cover: Do we need a Dollhouse comic? - Den Of Geek
";
arnews[2] += "However - and I say this as someone who enjoys Dollhouse far more than most people would willingly want to admit - I don't think a Dollhouse comic is a good idea. Contrary to what some people would believe, creating a comic isn't purely about ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="'Uncharted 2' leads Video Game Award nominations - Charleston Gazette
";
arnews[3] += "Jackson, Shia LaBeouf and Vin Diesel are up for Best Performance by a Human Male, while Eliza Dushku, Kristen Bell, Megan Fox and Tricia Helfer are nominated in the Human Female category. Nominees for the 2009 VGAs were selected by an advisory ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 21:48:00 GMT";
arnews[3] += "
";
arnews[4]="Dushku wants role in 'Dr. Horrible 2' - Digital Spy
";
arnews[4] += "Eliza Dushku has said that she would like to appear in the sequel to Joss Whedon's Dr. Horrible's Sing-Along Blog . The actress, who stars in producer Whedon's recently cancelled Dollhouse , told Popeater that she would jump at the chance to join the ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:31:00 GMT";
arnews[4] += "
";
arnews[5]="FOX cancels Joss Whedon's 'Dollhouse' - New York Daily News
";
arnews[5] += "Eliza Dushku stars in the cancelled FOX sci-fi series, 'Dollhouse.' Most fans were surprised it got this far. The cult-favorite series, \"Dollhouse,\" by \"Buffy\" and \"Firefly\" creator Joss Whedon , has officially been cancelled, it was announced ...";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 23:53:00 GMT";
arnews[5] += "
";
arnews[6]="'Buffy' reboot to star Daniel Craig - New York Post
";
arnews[6] += "What the Hellmouth is going on, you ask. Is 007 really trading in his license to kill for a stake and cross? Well, kinda. It turns out that the big screen Buffy reboot that got me so heated a few months back isn't the only Sunnydale extension headed ...";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 19:35:00 GMT";
arnews[6] += "
";
arnews[7]="How else to explain them being OK with the exploding population? - Newser
";
arnews[7] += "Jackson, Shia LaBeouf and Vin Diesel are up for Best Performance by a Human Male, while Eliza Dushku, Jenny McCarthy, Kristen Bell, Megan Fox and Tricia Helfer are nominated in the Human Female category. Nominees for the 2009 VGAs were selected by an ...";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 01:18:00 GMT";
arnews[7] += "
";
arnews[8]="'Uncharted 2,' 'Batman: Arkham Asylum' lead in nominations for Spike ... - Minneapolis Star Tribune
";
arnews[8] += "NEW YORK - \"Uncharted 2: Among Thieves\" has seized a leading eight nominations for this year's Video Game Awards, Spike TV announced Wednesday. The action-adventure \"Uncharted 2\" is bucking for Game of the Year, as is \"Batman: Arkham Asylum,\" which ...";
arnews[8] += "
Publ.Date : Wed, 18 Nov 2009 16:41:00 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("