var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Springville Fire Department installation dinner and awards
";
arnews[0] += "By:Springville Journal Staff Springville Fire Department installation dinner and awards Springville Volunteer firefighters honored at annual dinner SPRINGVILLE FIRE DEPARTMENT TOP 10 - From left: Holly Hunt, Matt Dygert, David Klenk, Bill Horn, John Narraway, Rosanne Horn, Chuck Skelton and Jim Jozwiak.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 07:09:58 GMT";
arnews[0] += "
";
arnews[1]="High School Girls Basketball: Wynford finds its winning touch
";
arnews[1] += "BUCYRUS -- Emily Keller had a career night and the Wynford Royals got back on the winning track.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Carl Lewis returns home to talk to Willingboro students
";
arnews[2] += "Kicking off Black History Month, fourth-graders at Twin Hills Elementary School got to meet one of the most accomplished Olympians ever and a hometown hero.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 22:43:20 GMT";
arnews[2] += "
";
arnews[3]="Westerville South holds off Jerome
";
arnews[3] += "Traevon Jackson scored 19 points and Isaiah Rogers 18, and visiting Westerville South held on in the fourth quarter to beat Dublin Jerome 73-69 last night in the Ohio Capital Conference Cardinal Division.";
arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 13:25:23 GMT";
arnews[3] += "
";
arnews[4]="High School Girls Basketball: Buckettes knock off Wynford
";
arnews[4] += "HOLMES TOWNSHIP -- Steve Hoffbauer is a quick study. Because of that, his Buckettes have thrown the North Central Conference girls basketball race into complete chaos.";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Deputy clerk charged
";
arnews[5] += "Nicole Lee Licavoli, Deputy Clerk for the City of Vassar, has been charged with offenses of embezzlement by a public official in a 21-count complaint filed by the Tuscola County Prosecutor's Office.";
arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 18:53:49 GMT";
arnews[5] += "
";
arnews[6]="Ridgedale meets angry Wynford on wrong day
";
arnews[6] += "Ridgedale drew a tough date on the calendar to face the Wynford girls basketball team.";
arnews[6] += "
Publ.Date : Wed, 27 Jan 2010 16:33:59 GMT";
arnews[6] += "
";
arnews[7]="High School Girls Basketball: Wynford girls get back to winning
";
arnews[7] += "HOLMES TOWNSHIP -- Wynford coach Amy Taylor-Sheldon had no reason to worry about her team's reaction to its first loss.";
arnews[7] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Patient Safety: Conversation to Curriculum
";
arnews[8] += "Two summers ago, as bright-eyed third-year medical students, we rushed into clinics and operating rooms, eager to apply our textbook knowledge at last to the daily practice of working with patients.";
arnews[8] += "
Publ.Date : Mon, 25 Jan 2010 19:55:35 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("