var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Extended Promo: 'Gossip Girl' Episode 3.11, "Treasure of Serena Madre"
";
arnews[0] += "Earlier this week we saw the first promo for the next episode of Gossip Girl, \"Treasure of Serena Madre,\" which will air in two weeks: a Thanksgiving-themed episode the Monday after actual Turkey Day.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 11:35:47 GMT";
arnews[0] += "
";
arnews[1]="First Promo: 'Gossip Girl' Episode 3.11 "Treasure of Serena Madre"
";
arnews[1] += "Thanksgiving among normal people is all about food, family, and football. Thanksgiving for Upper East Siders...? Well, according to Gossip Girl, they prefer to trade in the three F's for the three B's: backstabbing, betrayal, and battle.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 10:44:47 GMT";
arnews[1] += "
";
arnews[2]="Today's TWoP News: November 16, 2009
";
arnews[2] += "It's a good day for TV nerd news. Vampire Diaries, Fringe, Smallville, Dollhouse, Firefly, Charmed, Terminator, Doctor Who -- all magnificently nerdy, and all tied into nerd-newsworthy announcements.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 03:27:05 GMT";
arnews[2] += "
";
arnews[3]="Sunday's TV Highlights: 'The Prisoner' premieres on AMC
";
arnews[3] += "CAPTIVITY: A man awakens in an isolated place called the Village on the premiere of \"The Prisoner,\" at 8 p.m. on AMC.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Ron Livingston
";
arnews[4] += "Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player.";
arnews[4] += "
Publ.Date : Mon, 08 Jan 2007 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="'Justice League Crisis on Two Earths' Teaser Trailer Debuts
";
arnews[5] += "Loading ... IGN DVD has revealed the trailer for DC upcoming featured film \"Justice League: Crisis on Two Earths.\" This direct-to-video animated film is based on the original direct-to-video feature, \"Justice League: Worlds Collide\" a prequrel to the since canceled \"Justice League Unlimited.\" Written by Dwayne McDuffie of the \"Justice League\" ...";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 21:02:02 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("