var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Students celebrate lives of patron saints
";
arnews[0] += "Fourth-grade students at St. Nicholas-St. Mary School celebrated All Saints Day by writing reports on their patron saints for a special Feast Day.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:40:50 GMT";
arnews[0] += "
";
arnews[1]="The economy forces us to focus on simpler things in life
";
arnews[1] += "We are thankful for the people at this table who add a variety of wonderful things to our lives just by being who they are.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:30:59 GMT";
arnews[1] += "
";
arnews[2]="Rockport drivers now have a smoother Eden Road
";
arnews[2] += "A roadway enjoyed by motorists looking to drive along the ocean's edge and catch a glimpse of the town's iconic Twin Lights is now a whole lot easier to travel.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:44:49 GMT";
arnews[2] += "
";
arnews[3]="Many area athletes will take a dive
";
arnews[3] += "When the two-day IHSA state swimming and diving meet starts today at New Trier High School in Winnetka, there will be a great deal of Naperville local interest in the preliminary diving competition which begins at 9 a.m. Eight divers who qualified for state at Saturday's Neuqua Valley Sectional try to impress the judges and make it to Saturday's ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:36:15 GMT";
arnews[3] += "
";
arnews[4]="KSC Runners Head For NCAA Championships
";
arnews[4] += "KSC Press Release: Longtime Keene State cross country coach Peter Thomas hasn't quite finished his itinerary for his team's trip to the NCAA Division III Cross Country Championship that takes place on Saturday in Highland Hills, Ohio, just outside of Cleveland.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 01:11:36 GMT";
arnews[4] += "
";
arnews[5]="Eunice Gabriel
";
arnews[5] += "Eunice \"Diz\" Gabriel, 87, formerly of 1906 Pierce St., died Tuesday, Nov. 17, 2009, at Stonehill.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 16:03:01 GMT";
arnews[5] += "
";
arnews[6]="Haverhill police log, Nov. 9 through 16
";
arnews[6] += "The owner of Megahertz Computer Store on South Main Street told police someone broke into the store sometime between 7 p.m. Friday, Nov.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 15:40:35 GMT";
arnews[6] += "
";
arnews[7]="Chewing gum for a good cause
";
arnews[7] += "On Friday, Nov. 6, members of Paige McWhirter's Grade 4 class from St. Peter's School travelled to the CIBC bank in downtown Parry Sound to donate $73 for Parry Sound resident Wilma Reuben, who needs medical equipment in order to move back to her home.";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 19:58:24 GMT";
arnews[7] += "
";
arnews[8]="Annual holiday classic "The Nutcracker" returns to Phil
";
arnews[8] += "Grace Miller proudly displays her inspiration -- a nutcracker she received as a gift during a rehearsal at the Naples Philharmonic.";
arnews[8] += "
Publ.Date : Wed, 18 Nov 2009 21:32:17 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("