var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Obituaries for Feb. 9, 2010
";
arnews[0] += "Rev. Tillman Ray Boren Services for the Rev. Boren will be 11 a.m. Tuesday, Feb.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:36:26 GMT";
arnews[0] += "
";
arnews[1]="Police Beat
";
arnews[1] += "Feb. 3 Summons Sami Eddauod, 21, 1128 Richland Road, was issued a summons for harassing a police dog.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Blue Man Group Announces Theatrical Tour for 2010-2011 Season...
";
arnews[2] += "Although Blue Man Group has toured previously with its Megastar arena rock show, this marks the first theatrical production of their show to tour North America.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:14:17 GMT";
arnews[2] += "
";
arnews[3]="When Joey Married Bobby
";
arnews[3] += "Blame it on \"Designing Women\" Syndrome, but \"When Joey Married Bobby\" turns out to be an entertaining and touching comedy, despite its sometimes sloppy script and genial shabbiness.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 00:45:47 GMT";
arnews[3] += "
";
arnews[4]="State officials praise ex-chief
";
arnews[4] += "Phillip Martin, former longtime chief of the Mississippi Band of Choctaw Indians, was 'a visionary leader' who dedicated his life to serving his people, Gov.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Funerals today
";
arnews[5] += "Atkins, Dr. James \"Jim,\" of Winterville; 2 p.m. at Oak Grove Baptist Church, Covington, Tenn., interment in Munford Cemetery; Lord & Stephens, EAST, Athens, and Maleys Funeral Home, Covington, Tenn., has charge of arrangements.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 07:22:50 GMT";
arnews[5] += "
";
arnews[6]="Tribe Remembers Former Chief Phillip Martin
";
arnews[6] += "Phillip Martin, the former Chief of the Mississippi Band of Choctaw Indians, died Thursday after suffering a massive stroke on Monday.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 00:59:49 GMT";
arnews[6] += "
";
arnews[7]="Choctaw Tribe Reacts to Passing of Phillip Martin
";
arnews[7] += "The chief of the Mississippi Choctaw, Miko Beasley Denson, released the following statement on the death of longtime former chief, Phillip Martin.";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 17:18:24 GMT";
arnews[7] += "
";
totcount = 8;
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("