var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Supernatural' 100th Episode Surprise - Buddytv.com
";
arnews[0] += "As fans know, Supernatural 's 100th episode is coming up in the second half of this season, and it's sure to a big one. While there aren't details on the exact nature of the episode, the new issue of Entertainment Weekly does have one cool bit of ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:18:00 GMT";
arnews[0] += "
";
arnews[1]="Smallville: Preview of Episode 9.09 "Pandora" - Buddytv.com
";
arnews[1] += "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[1] += "
Publ.Date : Fri, 20 Nov 2009 07:20: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 17:52:00 GMT";
arnews[2] += "
";
arnews[3]="Erica Durance – Smallville “Pandora” clip - BSCreview
";
arnews[3] += "Smallville stars Tom Welling, Erica Durance and Allison Mack and airs every Friday the CW.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 09:40:00 GMT";
arnews[3] += "
";
arnews[4]="Why I Still Love Chloe Sullivan, a Smallville Character Analysis - Associated Content
";
arnews[4] += "Despite how much I love some of the other Smallville characters (at this point I'd list Lex and Clark among my favorites, with Lois coming up fast, Oliver in the mix, and a nod to Jonathan Kent) I've never made any secret about the fact that the ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 14:29:00 GMT";
arnews[4] += "
";
arnews[5]="Holy Gleek! Wonder Twins' Smallville is Actually a Wonderful Episode - Associated Content
";
arnews[5] += "When I heard the Wonder Twins were coming to Smallville people in the next county could hear me scream. My dread got even worse as Season 9 of the show progressed, since this is proving to be one of the best and most enjoyable years on Smallville yet ...";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 16:53:00 GMT";
arnews[5] += "
";
arnews[6]="Smallville Season 9 Episode 8:Watch Idol Online S09E08 Zan And Jayna - News Spreadit.org
";
arnews[6] += "Superhero twins Zan (guest star David Gallagher) and Jayna (guest star Allison Scagliotti) show up in Metropolis to help The Blur fight crime but end up botching several rescues, landing Clark (Tom Welling) in hot water with the District Attorney’s ...";
arnews[6] += "
Publ.Date : Sat, 14 Nov 2009 10:34:00 GMT";
arnews[6] += "
";
arnews[7]="'Smallville' – Idol - Airlock Alpha
";
arnews[7] += "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[7] += "
Publ.Date : Mon, 16 Nov 2009 18:45:00 GMT";
arnews[7] += "
";
totcount = 8;
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("