var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Is privacy back in fashion?
";
arnews[0] += "With Facebook suicides and the famous quitting Twitter, is oversharing already taking a toll? FYI asks if secrecy is back on the wanted list of those who once craved virtual contact Our parents told us that the first thing you do in the morning is brush your teeth.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 06:39:01 GMT";
arnews[0] += "
";
arnews[1]="a This Is Where It Gets Interesting!!a Friday Brings The End Of Whedona s DOLLHOUSE
";
arnews[1] += "What do you imagine Alpha's been up to for the last decade? I'd wager he's been catching up on his reading! was pretty rad! Fox says of tonight's series finale: EPITAPH TWO: RETURN Written by Maurissa Tancharoen & Jed Whedon & Andrew Chambliss .";
arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 08:37:04 GMT";
arnews[1] += "
";
arnews[2]="Foreclosure on the Dollhouse
";
arnews[2] += "Lexington TV Examiner rates this: Joss Whedon and Eliza Dushku 's Dollhouse went off the air for good this past Friday night, proving once again what a jerk Fox can be, especially to Whedon.";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Radium-Age Robots
";
arnews[3] += "During science fiction's Radium Age , writers dreamed up mechanical and quasi-organic humanoids so compelling that they continue to haunt today's scifi, forcing us to ask what it means to be human.";
arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 17:42:18 GMT";
arnews[3] += "
";
arnews[4]="Review: Dollhouse - Epitaph Two
";
arnews[4] += "What words can be used to describe Joss Whedon's latest complete series on television? \"Weird\" is one.";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 05:15:00 GMT";
arnews[4] += "
";
arnews[5]="Dollhouse Series Finale Redux: All's Well That Ends Well...
";
arnews[5] += "The series finale of Dollhouse , entitled \"Epitaph Two: Return,\" turned out to be plenty rewarding for faithful viewers.";
arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 03:39:30 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("