var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smallville's First Hawkman Costume Photo , Plus an Interview with ... - COMICBOOKMOVIE.com
";
arnews[0] += "This photo of Michael Shanks is an older one. He can bulk up very nicely when needed and I would think he did so for this part. Good point but it looks like theyre already filming in the picture. But I hope you're right. Either way Im looking forward ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[0] += "
";
arnews[1]="Doctor Fates Missus on "Smallville"? - COMICBOOKMOVIE.com
";
arnews[1] += "The \"Smalliville\" preview trailer aired on The CW Network last night and had shots A Justice Society HQ with team portrait, a white gloved hand of Alan Scott wearing his Green Lantern ring as well as a shot of Wesley Dodds in Sandman outfit and Dr ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:25:00 GMT";
arnews[1] += "
";
arnews[2]="First Look: Michael Shanks as Hawkman in Smallville - Screenrant.com
";
arnews[2] += "The pair of episodes are now being drawn together into a single night of viewing and The CW Network is calling it a “movie” event. We will be meeting the Justice Society in this movie and Shanks gave TV Guide some insight to the upcoming episodes ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:37:00 GMT";
arnews[2] += "
";
arnews[3]="CHECK OUT THE FIRST PIC OF HAWKMAN IN 'SMALLVILLE'... - IF Magazine
";
arnews[3] += "THE SKINNY: SMALLVILLE 's hotly anticipated two-hour movie event is coming up, and TV Guide has unveiled the special's first shot of Hawkman, as portrayed by STARGATE: SG1 's Michael Shanks. Check it out. Er... Wow. Halloween's over, guys";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 10:58:00 GMT";
arnews[3] += "
";
arnews[4]="'Smallville' 9.10 Preview: Justice Society Arrives - AceShowbiz
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 21 Nov 2009 03:52: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("