var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sharilyn Kaye Pirtle
";
arnews[0] += "Sharilyn Kaye Pirtle, beloved wife, mother and MeeMaw went to be with the Lord and her grandson Tyler on February 6th, 2010.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:09:48 GMT";
arnews[0] += "
";
arnews[1]="No headline - WF_Paid_Obits_0209
";
arnews[1] += "Julia \"Junie\" Helen Miller Smith, 91, went to be with her Lord on Friday, February 5, 2010, in Wichita Falls, Texas.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:21:12 GMT";
arnews[1] += "
";
arnews[2]="School Digest
";
arnews[2] += "Ebinger Elementary School, 7350 W. Pratt Ave., Edison Park, will hold its Local School Council meeting at 6 p.m. Feb.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 10:34:49 GMT";
arnews[2] += "
";
arnews[3]="Revealing gangs: School officials learn on how to detect, deal with students in gangs
";
arnews[3] += "Teresa Moser speaks to a group of school administrators Wednesday morning about her son's dealings with being in a gang and his arrest following a shooting.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 19:25:55 GMT";
arnews[3] += "
";
arnews[4]="Bill Hilbig: Demo Day at PGA will aid Haiti victims
";
arnews[4] += "In an effort to aid the victims of the earthquake in Haiti, the PGA of America will have a special demo day on Feb.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 10:57:46 GMT";
arnews[4] += "
";
arnews[5]="Girls basketball: Mt. Hebron rallies past Centennial, 50-38
";
arnews[5] += "On the strength of a huge fourth quarter, Mt. Hebron beat Centennial, 50-38, Wednesday night.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 09:17:06 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("