var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="full article
";
arnews[0] += "Alternate Takes 10.24.09: Horror Sequels Posted by Shawn S. Lealos on 10.24.2009 With the sixth installment of the Saw franchise upon us, Shawn S. Lealos looks at horror sequels that actually surpassed their predecessors in this week's Alternate Takes.";
arnews[0] += "
Publ.Date : Sat, 24 Oct 2009 07:13:22 GMT";
arnews[0] += "
";
arnews[1]="Saw III
";
arnews[1] += "SAW III Sunday, 19 July 2009 09:45 Ryan Rotten Restored Archive Review, Originally Posted on 10/27/06 Blood is shed.";
arnews[1] += "
Publ.Date : Sun, 19 Jul 2009 16:45:42 GMT";
arnews[1] += "
";
totcount = 2;
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("