var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""Bud" Wheeler
";
arnews[0] += "Mr. Harold T. \"Bud\" Wheeler, long time resident of Risco, now of Jefferson City, passed away Friday Nov.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:41:52 GMT";
arnews[0] += "
";
arnews[1]="It isn't Thanksgiving without ...
";
arnews[1] += "Thanksgiving is a holiday filled with traditions. From the foods we eat, to the football games we watch, to the people we spend time with, there is a reassuring comfort to returning to the same patterns year after year.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:06:05 GMT";
arnews[1] += "
";
arnews[2]="Raiders get their turn to celebrate
";
arnews[2] += "The hefty guy who's been jumping around all season stood with his sneakers nailed to the turf.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:41:59 GMT";
arnews[2] += "
";
arnews[3]="Strickland, Gwendolyn Kennedy "Gwen"
";
arnews[3] += "Gwendolyn Kennedy \"Gwen\" Strickland, 52, passed away peacefully on Saturday, November 21, 2009, at home.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:19:29 GMT";
arnews[3] += "
";
arnews[4]="Crowder, Rucker Wesley
";
arnews[4] += "Mr. Rucker Wesley Crowder, 93, of Greensboro, went to be with the Lord on Friday, November 20, 2009, with his family by his side.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:18:55 GMT";
arnews[4] += "
";
arnews[5]="Bulletin Board: Church choir musical
";
arnews[5] += "Oak Hill Baptist Church, 3440 Wheeler Road in Hernando, is having a choir reunion musical today at 2:30 p.m. Call 429-8747. Line dance lessons Graceland Christian Church, 2126 State Line Road E. in Southaven, is offering line dance lessons each Tuesday at 7 p.m. Call 429-1701. Gospel singing Jackson Chapel Church, 2231 Grays Creek Road in Hernando, ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 07:16:23 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("