var arnews = new Array(9);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smallville "Society" and More Interview With Exec Producer Brian ... - COMICBOOKMOVIE.com
";
arnews[0] += "TV Guide managed to get an exclusive interview about exclusive stuff that happening in \"Smallville\" in 2010. Who and what is coming up after the holidays, don't know, want to know, read it all here... Exclusive Question & Answers with executive ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:13:00 GMT";
arnews[0] += "
";
arnews[1]="Smallville Season 9 Episode 9:Watch Pandora Online S09E09 - News Spreadit.org
";
arnews[1] += "-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[1] += "
Publ.Date : Sat, 21 Nov 2009 06:51:00 GMT";
arnews[1] += "
";
arnews[2]="Friday's TV Highlights: 'Law & Order' on NBC - Los Angeles Times Blogs
";
arnews[2] += "Smallville: Tess (Cassidy Freeman) kidnaps Lois (Erica Durance), determined to find out where she went when she disappeared for weeks, while Clark (Tom Welling) makes a significant decision about Zod (Callum Blue) after learning of Lois' memory of ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:06: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' Achieves "Legends" with Pam Grier - Buddytv.com
";
arnews[4] += "The people behind Smallville are seriously hauling in the bigshots for the series, as they've managed to convince acclaimed actress Pam Grier to appear on several episodes. Michael Ausiello of Entertainment Weekly has confirmed that she'll be joining ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[4] += "
";
arnews[5]="'Smallville' – Idol - Airlock Alpha
";
arnews[5] += "Giving Credit Where Credit Is Due \"Smallville\" stars Tom Welling, Erica Durance, Allison Mack, Justin Hartley, Cassidy Freeman and Callum Blue. \"Kandor\" was written by Anne Cofell Saunders and was directed by Glen Winter. \"Smallville\" airs Fridays at ...";
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("