var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Patricia A. Kerrins
";
arnews[0] += "Patricia A. Kerrins at 56 years, Revere native -- health care director and educator for Franklin County.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:47:21 GMT";
arnews[0] += "
";
arnews[1]="High School Principals Comparison
";
arnews[1] += "Tim Schurman, Milledgeville High School/Milledgeville Elementary School principal Salary: $84,364 Years in education: 18 Years in administration: 5 Responsibilities: Oversees high school and K-3 students.";
arnews[1] += "
Publ.Date : Sat, 17 Oct 2009 11:52:14 GMT";
arnews[1] += "
";
arnews[2]="Calendar
";
arnews[2] += "To submit Things to Do calendar items: E-mail> hccalendar@patuxent.com Fax>410-997-4564 Mail>The View, calendar listing, 10750 Little Patuxent Pkwy., Columbia, MD 21044 The deadline is noon the Thursday before the date of publication.";
arnews[2] += "
Publ.Date : Thu, 08 Oct 2009 04:00:00 GMT";
arnews[2] += "
";
arnews[3]="Philadelphia Insurance Companies and the 'Big 5' Battle Cancer on the Court
";
arnews[3] += "Philadelphia Insurance Companies will kick-off basketball season by facing the city of Philadelphia's \"Big 5\" college basketball coaches on the court at the University of Pennsylvania 's Palestra Saturday, October 10, 2009 at 6:30 p.m. Team PHLY will tip-off against Coaches Fran Dunphy , Phil Martelli , Bruiser Flint , John Giannini , Glen Miller ...";
arnews[3] += "
Publ.Date : Thu, 08 Oct 2009 04:30:08 GMT";
arnews[3] += "
";
arnews[4]="College notes
";
arnews[4] += "Pickerington residents named to the list were Michael Delmatto, Allison Dunphy, Patrick Heine, Philip Knapp, Ryan Mahoney and Jessica Reeb.";
arnews[4] += "
Publ.Date : Wed, 07 Oct 2009 21:00:20 GMT";
arnews[4] += "
";
arnews[5]="School district envisions a diverse world of artists
";
arnews[5] += "When Emily Hampe, 16, heard a performing arts magnet high school was opening in Burnsville, the aspiring actress knew right away she would attend.";
arnews[5] += "
Publ.Date : Sun, 27 Sep 2009 02:35:26 GMT";
arnews[5] += "
";
arnews[6]="Sterling reports administrative costs of $1.4M
";
arnews[6] += "STERLING – Sterling Public Schools expects to have $1.4 million in administrative costs this school year, according to a salary and compensation report released this week.";
arnews[6] += "
Publ.Date : Fri, 25 Sep 2009 18:46:36 GMT";
arnews[6] += "
";
arnews[7]="HACKETSTOWN
";
arnews[7] += "Marjorie McCorduck, President Elect of Irish Ladies Golf Union, presenting the Senior Cup to Mary Browne, Lady Captain of Kilkenny Golf Club , at the All-Ireland Ladies Golf Final in Mount Wolseley.";
arnews[7] += "
Publ.Date : Tue, 25 Aug 2009 15:08:26 GMT";
arnews[7] += "
";
arnews[8]="Newfoundland and Labrador settle for bronze
";
arnews[8] += "Newfoundland and Labrador had to settle for bronze at the Atlantic Under-13 soccer championships.";
arnews[8] += "
Publ.Date : Sun, 19 Jul 2009 20:31:00 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("