var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Page 2
";
arnews[0] += "Page 2 is a compilation of stories and news tidbits, which for whatever reason, didn't make the front page of /Film. After the jump we've included 45 different items, fun images, videos, casting tidbits, articles of interest and more.";
arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 15:45:59 GMT";
arnews[0] += "
";
arnews[1]="Damages adds two 24 veterans
";
arnews[1] += "Former 24 co-stars Reiko Aylesworth and Sarah Wynter will reunite on FX's drama series Damages.";
arnews[1] += "
Publ.Date : Sat, 07 Nov 2009 11:20:58 GMT";
arnews[1] += "
";
arnews[2]="Today's TWoP News: Friday, November 6, 2009
";
arnews[2] += "As long as Joss Whedon TV series are getting unceremoniously canceled , there will always be comic book sequels to supply a much-needed fix.";
arnews[2] += "
Publ.Date : Sat, 07 Nov 2009 02:40:02 GMT";
arnews[2] += "
";
arnews[3]="Damages recruits Sarah Wynter
";
arnews[3] += "Former 24 star Sarah Wynter has signed on to Damages in a recurring role, according to The Hollywood Reporter .";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 20:57:07 GMT";
arnews[3] += "
";
arnews[4]="Damages adds Sarah Wynter to cast
";
arnews[4] += "Former 24 star Sarah Wynter has signed on to Damages in a recurring role, according to The Hollywood Reporter .";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 05:11:41 GMT";
arnews[4] += "
";
arnews[5]="This Just In: The Gossip Girl Threesome Is Even Diiirrrtier Than We Thought
";
arnews[5] += "Gossip Girl : If you're a member of the Parents Television Council, avert your eyes! Turns out the Gossip Girl threesome is even racier than first reported, because it goes on for not one but two episodes.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 18:20:00 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("