var arnews = new Array(8);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wonderland
";
arnews[0] += "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[0] += "
Publ.Date : Tue, 10 Nov 2009 07:11:23 GMT";
arnews[0] += "
";
arnews[1]="Bobcats run past Warriors
";
arnews[1] += "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[1] += "
Publ.Date : Sat, 07 Nov 2009 13:00:17 GMT";
arnews[1] += "
";
arnews[2]="Personal Stories Highlight Latino International Film Festival
";
arnews[2] += "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[2] += "
Publ.Date : Sun, 01 Nov 2009 03:18:21 GMT";
arnews[2] += "
";
arnews[3]="Jason vs. Jigsaw: Surviving the 'Saw' Franchise Part I
";
arnews[3] += "Open up and say Saaaaaw ..... Like it or not cinema-cynics and film-finicks, the Saw franchise is a permanent annual theater fixture.";
arnews[3] += "
Publ.Date : Mon, 19 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Sun. 8/16 Death Notices
";
arnews[4] += "DiCRISTO-Theresa Devoted wife of Neal. Beloved mother of Neal , Angela \"Angel\" Bruscelle , Adele Scavone , Guy , Anthony and Joseph.";
arnews[4] += "
Publ.Date : Sun, 16 Aug 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Nakedness becomes overexposed
";
arnews[5] += "For the record, I'm a big fan of nakedness. And lots of other people are too, judging from the 50 people who lined up on a recent evening for the sold-out performance of Studio L'amour's \"Naked Girls Reading.\" The show is pretty much what you would expect; a troupe of five women who are naked and -- you guessed it -- reading.";
arnews[5] += "
Publ.Date : Thu, 13 Aug 2009 16:51:11 GMT";
arnews[5] += "
";
arnews[6]="'Firsts' add up to 'bests'
";
arnews[6] += "It's been a weekend of firsts and bests for the Trumbull County African American Achievers Association Festival on Courthouse Square, and organizers are hoping to end today with a bang.";
arnews[6] += "
Publ.Date : Sun, 07 Jun 2009 05:17:14 GMT";
arnews[6] += "
";
totcount = 7;
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("