var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Spring Grove standout follows in family tradition
";
arnews[0] += "York County high school soccer coaches and opposing players are about to breathe a sigh of relief -- Spring Grove forward Katie Holtzapple will graduate in June.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 05:01:18 GMT";
arnews[0] += "
";
arnews[1]="Autism: Reaction to the Lancet Retraction
";
arnews[1] += "He is standing in his living room, holding the news microphone in his litle hands.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 23:47:23 GMT";
arnews[1] += "
";
arnews[2]="Flournoy defends QDR, budget focus on a high-end' ops
";
arnews[2] += "Undersecretary of Defense Michele Flournoy on Feb. 2 sought to shoot down claims that a major Pentagon strategy review and its 2011 spending plan place too little emphasis on \"high-end\" threats and systems.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 19:14:34 GMT";
arnews[2] += "
";
arnews[3]="Flournoy Defends QDR, Budget Focus on 'High-End' Ops
";
arnews[3] += "Undersecretary of Defense Michele Flournoy on Feb. 2 sought to shoot down claims that a major Pentagon strategy review and its 2011 spending plan place too little emphasis on \"high-end\" threats and systems.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 22:07:00 GMT";
arnews[3] += "
";
arnews[4]="High chair box bandits implicated in string of electronics' thefts
";
arnews[4] += "A 25-year-old Georgia woman believed to be connected to a string of robberies across the Southeast was arrested Jan.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 02:28:54 GMT";
arnews[4] += "
";
arnews[5]="Lakeland grad returns home to shoot film
";
arnews[5] += "A trailer and equipment on Juniper Terrace in Ringwood on the set of the independent feature \"Chlorine.\" A quiet neighborhood in Ringwood is buzzing with excitement, as it has become the unexpected set of an independent movie over the past five days.";
arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Robert Deubler
";
arnews[6] += "Robert Donovan Deubler, 42, 2216 Auburn Drive, St. Marys, died at 3:40 a.m. Jan.";
arnews[6] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Robert Donovan Deubler
";
arnews[7] += "24, 2010, surrounded by his family in his residence. He was born Aug. 3, 1967, in Lima to David Deubler, who survives in Continental, and Carolyn Sorge, who preceded him in death.";
arnews[7] += "
Publ.Date : Mon, 25 Jan 2010 02:24:11 GMT";
arnews[7] += "
";
arnews[8]="Obituaries for January 22, 2010
";
arnews[8] += "Virginia \"Beth\" Elizabeth McKee Alexander died Wednesday, Jan. 20, 2010. Born in Graysville, Tenn., in 1934, she attended Collegedale Academy from 1948-1952 and Southern Missionary College from 1951-1954. In 1954 she married James T. Alexander M.D. They were longtime residents of Ukiah, Calif., from 1962 to 2003 when they moved to Ooltewah.";
arnews[8] += "
Publ.Date : Sat, 23 Jan 2010 10:45:26 GMT";
arnews[8] += "
";
totcount = 9;
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("