var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="First Image of 30 Days of Night: Dark Days - COMICBOOKMOVIE.com
";
arnews[0] += "Well here it is, the first image from the bloodthirsty sequel... Here it is, the first ever image of Kiele Sanchez from the set of Sony Stage 6's 30 Days of Night: Dark Days , which is currently lensing in Vancouver, Canada under the direction of Ben ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:34:00 GMT";
arnews[0] += "
";
arnews[1]="More 30 Days of Night Sequels Planned, Plus Stars to Return For ... - COMICBOOKMOVIE.com
";
arnews[1] += "How many sequels are currently planned ... Plus, the comics are done. God, what do we have, like seven different graphic novels now if it actually took off?\" Rhys Coiro, Mia Kirshner, Harold Perrineau, Kiele Sanchez, Diora Baird, Rhys Coiro, Monique ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="More 30 Days Coming? - JoBlo.com
";
arnews[2] += "DARK DAYS stars Rhys Coiro, Mia Kirshner, Harold Perrineau, Kiele Sanchez (below), Diora Baird, Rhys Coiro, Monique Ganderton, Marco Sorian and Katherine Isabelle. Here's the synopsis: It’s been a year since the Alaskan town of Barrow’s ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 09:51:00 GMT";
arnews[2] += "
";
totcount = 3;
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("