var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2009 Muskingum County Caregiver of the Year
";
arnews[0] += "A local woman is being honored for her years of devoted service. Ellen Vonada is the 2009 Muskingum County Caregiver Of The Year.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 05:56:03 GMT";
arnews[0] += "
";
arnews[1]="Oct. 21 obituaries
";
arnews[1] += "Cathy Duckett Cathy Duckett, 54, of Marshall, died Saturday Oct. 10, 2009 at her home following an extended illness.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Church News
";
arnews[2] += "Cornerstone Baptist Church, 801 N. 13th St., has called Paul D. Carter of Dallas to serve as its pastor.";
arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 01:30:47 GMT";
arnews[2] += "
";
arnews[3]="Birth Announcements
";
arnews[3] += "Dr. Jeffrey and Julie Eaton of Faribault announce the birth of a daughter, Jaycie Ann, at 4 p.m. Sept.";
arnews[3] += "
Publ.Date : Sat, 26 Sep 2009 15:29:06 GMT";
arnews[3] += "
";
arnews[4]="Bowls: Two firsts and a second leave Aldingbourne jubilant
";
arnews[4] += "The outdoor bowls season is coming to an end, but we've got late-summer action from Aldingbourne, Crablands, Fishbourne, Southbourne, Witterings and Telepost this week.";
arnews[4] += "
Publ.Date : Thu, 24 Sep 2009 14:02:20 GMT";
arnews[4] += "
";
arnews[5]="No headline - WF_Paid_obits_0924
";
arnews[5] += "James Hardy Phillips of Wichita Falls, Texas, loved people. For him, love was never just a word or even an emotion.";
arnews[5] += "
Publ.Date : Wed, 23 Sep 2009 20:58:33 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("