var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arrest Log 02-09-10
";
arnews[0] += "The following information was taken from the log book at the David M. Bryan Justice Complex.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:48:49 GMT";
arnews[0] += "
";
arnews[1]="John Terry Is Love Personified And Vanessa Perroncel Is Crushed
";
arnews[1] += "VANESSA Perroncel and John Terry: The media contrives to make a story without the best bits as John Terry has his slipped halo polished and Vanessa Perroncel is made more humana The Sun , for which Terry has offered exclusives - sister paper to the NoTW which broke and then spiked the story of the Chelsea footballera s alleged affair - leads with ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 13:39:38 GMT";
arnews[1] += "
";
arnews[2]="Obituaries for 02/09/2010
";
arnews[2] += "SLAUSON, Blanche Gilliland, 82, a resident of Montgomery, AL, passed away on Sunday, February 7, 2010.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="College Corner: Boonton's Vasta on ESPN's Academic All-America team
";
arnews[3] += "Centenary sophomore Jen Vasta of Boonton was recently named to ESPN's Academic All-America team.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="John Terry Is England And Vanessa Perroncel Is Naked In Playboy: Pictures
";
arnews[4] += "JOHN Terry and Vanessa Perroncel. Having short changed the great unwashed by not publishing all the details of Terry's alleged dealing with Perroncel - \" the Sun now champions John Terry.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 09:31:27 GMT";
arnews[4] += "
";
arnews[5]="The Beacon Newspaper
";
arnews[5] += "Last night was Showdown Saturday in North Fulton. Unfortunately the Beacon goes to press Saturday afternoon, so the following results did not make it in our Feb.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 23:45:57 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("