var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jill Returns to Resident Evil! - COMICBOOKMOVIE.com
";
arnews[0] += "I love the RE games and I don't mind the movies they are good action flix, and the first two stuck really well to the base storyline of RE 1-3 The movies need Leon and Ada seriously, now that Chris is involved they are the only two big hitters from ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[0] += "
";
arnews[1]="Jill Returns!! - COMICBOOKMOVIE.com
";
arnews[1] += "Ok we all know that Resident Evil: Afterlife comes out next year. Yeah it may suck but what I heard is that this is the last one then there will be a reboot just like the game series. But there was a petition to have Sienna Guillory return to portray ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[1] += "
";
arnews[2]="Greg Keelor & Blue Rodeo to create soundtrack for GUNLESS - CNW Group
";
arnews[2] += "The score will be in a contemporary western style and will include a number of original verses written especially for the film by Blue Rodeo band member Greg Keelor. The Blue Rodeo song, Don't Let the Darkness in Your Head, will be integrated into ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 15:10: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("