var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sleepwalkers
";
arnews[0] += "This is a bad movie. I've seen my fair share of bad movies, and this one definitely ranks up there.";
arnews[0] += "
Publ.Date : Fri, 30 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="AICN Anime - News Column - Kazuo Umezu - TMNT: Turtles Forever -...
";
arnews[1] += "News Column - Kazuo Umezu - TMNT: Turtles Forever - Bubblegum Crisis Live Action, Robotech and More... Tokyo Scum Brigade has announced that they have an interview with horror manga luminary Kazuo Umezu in the works - possibly the first ever international interview with the influential manga creators.";
arnews[1] += "
Publ.Date : Mon, 28 Sep 2009 15:47:33 GMT";
arnews[1] += "
";
arnews[2]="Even More Priest Casting News
";
arnews[2] += "Madchen Amick, Christopher Plummer, and Brad Dourif have all been announced as part of the cast of director Scott Stewart's \"Priest\", the live-action adaptation of the hit Korean manga starring Paul Bettany.";
arnews[2] += "
Publ.Date : Tue, 22 Sep 2009 10:56:34 GMT";
arnews[2] += "
";
arnews[3]="TV Review: 25 biggest TV bombs
";
arnews[3] += "Every new TV season brings a massively hyped, over-promoted show that tanks quickly and spectacularly.";
arnews[3] += "
Publ.Date : Tue, 22 Sep 2009 04:00:00 GMT";
arnews[3] += "
";
arnews[4]="Priest Cast Keeps Getting Better
";
arnews[4] += "You might remember I recently posted that the delicious Stephen Moyer had joined the cast of Scott Stewart's live adaptation of Priest .";
arnews[4] += "
Publ.Date : Mon, 21 Sep 2009 05:20:00 GMT";
arnews[4] += "
";
arnews[5]="You summed up the experience of watch...
";
arnews[5] += "Every now and then I trip over a film so incredibly quirky I have difficulty deciding if I enjoy the picture, or loathe it.";
arnews[5] += "
Publ.Date : Sat, 19 Sep 2009 07:00: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("