var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="First Casting News Saw VII 3D
";
arnews[0] += "The first casting news from the already controversial seventh entry into the Saw franchise, Saw VII in 3D, has hit the net and it yields no shockers.";
arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 09:35:29 GMT";
arnews[0] += "
";
arnews[1]="Wonderland
";
arnews[1] += "A trip down Memory Lane, or Memory Back Alley, to the drug-related multiple murder in 1981 in which porn star John Holmes had a hand.";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 07:11:23 GMT";
arnews[1] += "
";
arnews[2]="Bobcats run past Warriors
";
arnews[2] += "Star Spencer's standout duo leads team to district title. Glenpool running back Marco Nelson works the ball up the field against Star Spencer in a game that decided the district title.";
arnews[2] += "
Publ.Date : Sat, 07 Nov 2009 13:00:17 GMT";
arnews[2] += "
";
arnews[3]="Personal Stories Highlight Latino International Film Festival
";
arnews[3] += "SOON after Marcelo Lucero , an Ecuadorean immigrant, was stabbed to death in Patchogue last year, James Garcia Sotomayor, a filmmaker who lives in nearby Brentwood, got a worried phone call from his mother, who lives in his native Ecuador.";
arnews[3] += "
Publ.Date : Sun, 01 Nov 2009 03:18:21 GMT";
arnews[3] += "
";
arnews[4]="Jason vs. Jigsaw: Surviving the 'Saw' Franchise Part I
";
arnews[4] += "Open up and say Saaaaaw ..... Like it or not cinema-cynics and film-finicks, the Saw franchise is a permanent annual theater fixture.";
arnews[4] += "
Publ.Date : Mon, 19 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("