var arnews = new Array(5);
totcount = 5;
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]="'Supernatural' 100th Episode Surprise - Buddytv.com
";
arnews[1] += "On Smallville , Tom Welling, Michael Rosenbaum and Allison Mack have all directed episodes. On One Tree Hill , Chad Michael Murray, James Lafferty, Sophia Bush, Bethany Joy Galeotti and Paul Johansson have all directed.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:32: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]="Erica Durance – Smallville “Pandora” clip - BSCreview
";
arnews[3] += "Last week we posted the first extended clip of “Pandora” that was also Lois-centric (not a bad thing at all) and now the second clip is out for the episode airing later this week (November 20th)! Smallville stars Tom Welling, Erica Durance and ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 07:08:00 GMT";
arnews[3] += "
";
arnews[4]="SMALLVILLE” SCORES LARGEST AUDIENCE OF THE SEASON - TVbytheNumbers
";
arnews[4] += "Charlene, dont underestimate smallville trust me i learned that lesson when they renewed it for a season 8 because i thought they were gonna cancell it with the writers strike and all. And just curious wat shows of yours arent doing good? SMALLVILLE ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[4] += "
";
totcount = 5;
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("