var arnews = new Array(7);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smallville Season 9 Episode 9:Watch Pandora Online S09E09 - News Spreadit.org
";
arnews[0] += "-Zod takes over Metropolis. -Clark becomes powerless. -And Chloe and Oliver will have to form a resistance group to save the city. Here is the plot of the episode: Tess (Cassidy Freeman) kidnaps Lois (Erica Durance) to find out where Lois went after ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:51:00 GMT";
arnews[0] += "
";
arnews[1]="'Smallville' 9.10 Preview: Justice Society Arrives - AceShowbiz
";
arnews[1] += "More superheroes like Hawkman and Stargirl will come to the Metropolis when they see that it's time to give Clark an aid. \" Smallville \" will take a two-month break starting this week and when it returns on January 22, it will bring along the Justice ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:52:00 GMT";
arnews[1] += "
";
arnews[2]="SMALLVILLE "Pandora" Season 9 Episode 9 - Daemon's TV
";
arnews[2] += "Watch a sneak peek of SMALLVILLE \"Pandora\" Season 9 Episode 9 which airs on Friday November 20 at 8 p.m. on The CW. Episode Synopsis: SMALLVILLE \"Pandora\" Season 9 Episode 9 - Tess (Cassidy Freeman) kidnaps Lois (Erica Durance) to find out where Lois ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:49:00 GMT";
arnews[2] += "
";
arnews[3]="Smallville: Preview of Episode 9.09 "Pandora" - Buddytv.com
";
arnews[3] += "Zod reigns on Smallville tonight, and chaos lurks in every corner no longer waiting to pounce. Then again, it's all just occurring in a vision so we won't have anything to worry about yet. \"Pandora\" depicts a fiery future as Lois (Erica Durance ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:20:00 GMT";
arnews[3] += "
";
arnews[4]="Smallville TV Movie Has a Title - Superhero Hype!
";
arnews[4] += "I guess I'm one of those Smallville fans that will hate on the title of the movie. Actually, I would use something like \"Legends of Society\" or \"Society's Legends\" since it's just a two-part episode. Anyways, yeah, finally get to see some kind of ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[4] += "
";
arnews[5]="'Smallville' – Idol - Airlock Alpha
";
arnews[5] += "This review may contain spoilers. \"Smallville\" is certainly embracing his comic book heritage this year, dabbling with characters like Zod, Metallo, Roulette and Speedy ... now it can add the Wonder Twins to the line-up. In their series debut though ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 18:24: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("