var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Geroge Schnabel, 68, Potsdam
";
arnews[0] += "Geroge Schnabel, 68, Potsdam. Funeral services for 68-year old Mr. George Joseph Schnabel will be held Thursday, February 11, 2010 at 10:00 a.m. at the Seymour Funeral Home in Potsdam with Rev.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 02:53:42 GMT";
arnews[0] += "
";
arnews[1]="Colts staff, fans soak in fun & sun
";
arnews[1] += "Kacee and Kara are from Ft. Lauderdale. They came to the beach to watch some basketball.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 19:34:24 GMT";
arnews[1] += "
";
arnews[2]="the Dish: Brendan Fraser seen eating at Pasta Vera
";
arnews[2] += "Greenwich native Brian Heavey joins three of the New York Jets cheerleaders before they board a flight recently at New York's JFK Airport.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 00:44:27 GMT";
arnews[2] += "
";
arnews[3]="the Dish:
";
arnews[3] += "Greenwich native Brian Heavey joins three of the New York Jets cheerleaders before they board a flight recently at New York's JFK Airport.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 16:47:19 GMT";
arnews[3] += "
";
arnews[4]="Seymour bowlers rolling to regional today
";
arnews[4] += "The condition of the lanes at Columbus Bowling Center last weekend provided an opportunity for some different Seymour bowlers to take the spotlight.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 06:42:09 GMT";
arnews[4] += "
";
arnews[5]="Mills fills up Gibbs with 45 points
";
arnews[5] += "Taylor Mills wrote a new chapter in her already storied career at Gibbs High School.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 05:57:02 GMT";
arnews[5] += "
";
arnews[6]="Local Roundup: Highland Tech sweeps West Lincoln
";
arnews[6] += "Belmont Abbey 7, Lenoir-Rhyne 3 - No. 29 Belmont Abbey erased a 3-0 deficit by scoring seven unanswered runs as the Crusaders opened the season with a win at home.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 05:49:08 GMT";
arnews[6] += "
";
arnews[7]="Lady Owls win bowling sectional, boys 3rd; Cougars' Mathis 2nd
";
arnews[7] += "The eight-member Seymour High School girls bowling team won sectional on Saturday at Columbus Bowling Center.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 06:56:28 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("