var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="News of Yesteryear
";
arnews[0] += "From the Annals of 1909 Miss Mildred Wooley, who had been visiting Miss Addie Anthony for some days, returned to her home in Atlanta, to the regret of her many Griffin friends.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:28:02 GMT";
arnews[0] += "
";
arnews[1]="Doing what he does best.... NOTHING!!! He needs to retrain some BUS...
";
arnews[1] += "The Polk School District Board of Education held its annual evaluation of the superintendent on Tuesday night, and results came back positive.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:44:39 GMT";
arnews[1] += "
";
arnews[2]="Carucci's corner: Another 16-0 team?
";
arnews[2] += "I'm having my doubts about both them going 16-0, because it remains an extremely difficult thing to do even though the Patriots pulled it off in 2007.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:53:03 GMT";
arnews[2] += "
";
arnews[3]="One of five men accused in Brown's Lake Road break-in will get new attorney
";
arnews[3] += "One of five men accused of breaking into a Brown's Lake Road home in April is getting a new attorney.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:32:16 GMT";
arnews[3] += "
";
arnews[4]="Friday Fantasy Football Injury Round-Up
";
arnews[4] += "If you were a Ronnie Brown owner scrapping at the waiver wire heap before Thursday's action, or biting your finger nails over DeAngelo Williams's status, you can take a deep breath and relax for the next two days.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:12:54 GMT";
arnews[4] += "
";
arnews[5]="City Court
";
arnews[5] += "During a case set for trial Wednesday, Batesville Municipal Court Judge Jay Westfaul found a man guilty of domestic violence-simple assault and told the defendant he had a six-month restraining order to stay away from the affiant.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:32:20 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("