var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hearts to Crystal Ball supporters
";
arnews[0] += "Here are this week's hearts & darts. From the readers: Crystal hearts to all those who worked so hard to make the 2010 Crystal Ball a tremendous success, in spite of the weather.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Byron-Bergen's Robert Schrenker wins Geography Bee
";
arnews[1] += "Byron-Bergen Middle School students participated in the National Geographic Society's Geography Bee on January 7, 2010.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 01:34:20 GMT";
arnews[1] += "
";
arnews[2]="Louisa May Alcott: The Woman Behind Little Women
";
arnews[2] += "Louisa May Alcott: The Woman Behind Little Women . DVD. 1:24 hrs. Nancy Porter Prods.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 02:03:20 GMT";
arnews[2] += "
";
arnews[3]="Belfast police blotter
";
arnews[3] += "An arrest or summons does not constitute a finding of guilt. An individual charged with a crime is presumed innocent unless and until proven guilty at criminal proceedings.";
arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 18:14:30 GMT";
arnews[3] += "
";
arnews[4]="10 years after: The Crash of Alaska Air Flight 261
";
arnews[4] += "Those who lost loved ones when Alaska Airlines Flight 261 plunged into the Pacific Ocean off California have learned some hard, bitter truths in the 10 years since the crash.";
arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 17:38:16 GMT";
arnews[4] += "
";
arnews[5]="Remembering Flight 261
";
arnews[5] += "It was 10 years ago today that Alaska Airlines Flight 261 crashed into the Pacific Ocean near Anacapa Island, killing 88 passengers and crew.";
arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 00:29:09 GMT";
arnews[5] += "
";
arnews[6]="10th anniversary of Alaska Flight 261
";
arnews[6] += "Kathy Janosik fights back tears while talking about her 20-year-old daughter, Rachel, who died in the crash with two friends.";
arnews[6] += "
Publ.Date : Fri, 29 Jan 2010 06:32:58 GMT";
arnews[6] += "
";
arnews[7]="Flora M. Silver
";
arnews[7] += "Flora M. Silver, age 87, of Eaton, Ohio, passed away Wednesday morning, Jan. 27, 2010, at Heartland of Eaton Care Center.";
arnews[7] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("