var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smallville's Conspiracy episode official description - COMICBOOKMOVIE.com
";
arnews[0] += "ZOD IS SHOT — Bernard Chisholm (guest star J.R. Bourne), a doctor who died and was brought back to life by the Kandorians so they can experiment on him, escapes and kidnaps some Kandorians in order to prove aliens have invaded Earth. Bernard tries ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 00:48:00 GMT";
arnews[0] += "
";
arnews[1]="Smallville Season 9 Episode 9:Watch Pandora Online S09E09 - News Spreadit.org
";
arnews[1] += "Lois’ memory of the future depicts a Metropolis under Zod’s (Callum Blue) rule and Clark (Tom Welling) powerless under the red sun, while Chloe (Allison Mack) forms a resistance group with Oliver (Justin Hartley). After learning of these future ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 11:47:00 GMT";
arnews[1] += "
";
arnews[2]="The Longest, Most Comprehensive, Mid-Season TV Recap That I Have Ever ... - Cornell Daily Sun
";
arnews[2] += "I have been a lazy, lazy bum. I know that seems counterintuitive, or at least extraordinarily lazy, since this blog’s very existence seems to chronicle my very lazyness as well as my lovely posting compatriots. After all, to watch a lot of the TV ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 04:18:00 GMT";
arnews[2] += "
";
arnews[3]="'Smallville' – Absolute Justice - Airlock Alpha
";
arnews[3] += "Giving Credit Where Credit Is Due \"Smallville\" stars Tom Welling, Erica Durance, Allison Mack, Justin Hartley, Cassidy Freeman and Callum Blue. \"Society\" and \"Legends\" were written by Geoff Jones. \"Society\" was directed by Glen Winter and \"Legends ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 18:39:00 GMT";
arnews[3] += "
";
totcount = 4;
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("