var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Has The Next Stargate SG-1 Movie Been Cancelled? - io9.com
";
arnews[0] += "Has the classic Stargate been shuttered forever? You'd think MGM and NBC/Universal would welcome another Stargate direct-to-DVD movie after fans greeted the first two with open wallets. But sadly, Michael Shanks says another SG-1 film might be DOA ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:22:00 GMT";
arnews[0] += "
";
arnews[1]="Michael Shanks wants "dream" 'Five-O' role - Digital Spy
";
arnews[1] += "Michael Shanks has admitted that landing the part of Danno on the new Hawaii Five-O remake would be a \"dream come true\". The Stargate: SG1 star told Scifiwire that he hopes the programme will be updated for the 21st century, after auditioning for the ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 21:09:00 GMT";
arnews[1] += "
";
arnews[2]="Smallville: Michael Shanks Audio Interview on "Absolute Justice" - COMICBOOKMOVIE.com
";
arnews[2] += "Smallville has done an impressive job of rebounding creatively. This Friday night, February 5th, the CW will present the two-hour \"movie\" event, Absolute Justice. In this interview, actor Michael Shanks discusses playing Carter Hall/Hawkman in the ...";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 12:05:00 GMT";
arnews[2] += "
";
arnews[3]="Michael Shanks 'likes Watchmen comparison' - Digital Spy
";
arnews[3] += "Michael Shanks has said that he understands why fans compare his performance as Hawkman on Smallville: Absolute Justice to Watchmen . The actor told ScifiWire that he enjoys playing such meaty roles. \"Yes, it does have the parallel of danger in it. I ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 21:13:00 GMT";
arnews[3] += "
";
arnews[4]="Michael Shanks is Hawkman on Smallville - TV.com
";
arnews[4] += "Watch for sparks to fly between Hawkman and resident costumed hero Green Arrow – and no, ladies, I don't mean those kind of sparks. Though Justin Hartley was quoted in TVGuide as saying \"Hawkman kind of has his way with him and Oliver is not going ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[4] += "
";
arnews[5]="Smallville: Michael Shanks, The Complete "Absolute Justice" Interview - COMICBOOKMOVIE.com
";
arnews[5] += "He doesn't sound overly enthused with the final product. He talks about the dorkiness of eight guys sitting around in costumes. That is a interesting arguement. In X-men, everyone wants Wolverine in costume, but alot of the time most of the other X ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 22:31: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("