var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New animal shelter opens with goal of pet adoption
";
arnews[0] += "Alison Payne, right, of Roopville nuzzles a cat that she and her son Glen were considering adopting at the new Carroll County Animal Shelter.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 07:30:01 GMT";
arnews[0] += "
";
arnews[1]="Running: Volunteers solid as rock for Jogging Joe Fun Runs
";
arnews[1] += "Neither rain nor cooler temperatures could delay the start of the second Jogging Joe Fun Runs that were held at Truxtun Park on Nov.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="A Fine Frenzy
";
arnews[2] += "What do the works of C.S. Lewis, E.B. White, and Lewis Carroll all have in common? Well, besides the fact that they all seem to inclue small animals , they also are all influences on Alison Sudol's music.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 21:16:00 GMT";
arnews[2] += "
";
arnews[3]="Port Clinton ribbon-cutting to mark new era for lakefront
";
arnews[3] += "Alison Falls dreams of the day when a boardwalk snakes along a sandy strand of shoreline on the North Coast in Port Clinton.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 14:23:55 GMT";
arnews[3] += "
";
arnews[4]="Port Clinton ribbon-cutting to mark new era for lakefront
";
arnews[4] += "Alison Falls dreams of the day when a boardwalk snakes along a sandy strand of shoreline on the North Coast in Port Clinton.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 12:51:59 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("