var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Doug and Cindy Nichols
";
arnews[0] += "Doug and Cindy Nichols, Palco, celebrated their 40th wedding anniversary Aug. 10, 2009, in Branson, Mo., with a reception and dinner.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:05:03 GMT";
arnews[0] += "
";
arnews[1]="Stork Club
";
arnews[1] += "Mallory Grace Seltmann, daughter of Ryan and Melissa Seltmann, Hays, was born Oct.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:05:02 GMT";
arnews[1] += "
";
arnews[2]="Elnora L. Steitz 1923 - 2009
";
arnews[2] += "Elnora L. Steitz, 86, of Great Bend, died Nov. 16 at Central Kansas Medical Center, Great Bend.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 23:07:03 GMT";
arnews[2] += "
";
arnews[3]="Sander contributes for HCC women
";
arnews[3] += "Published online 11/17/2009 11:37 PM Sander contributes for HCC women While the No.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 12:58:51 GMT";
arnews[3] += "
";
arnews[4]="Symphony celebrates 23rd season
";
arnews[4] += "The Youth Symphony of the Illinois Valley invites the public to attend the fall concert of its 23rd season.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:18:47 GMT";
arnews[4] += "
";
arnews[5]="Conway Christian teams take down Guy-Perkins
";
arnews[5] += "The Conway Christian junior boys and girls basketball teams defeated Faulkner County foe Guy-Perkins on Monday night.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Plenty of reason for Rutgers' optimism
";
arnews[6] += "Rutgers' Brittany Ray scored a team-high 17 points Sunday. If Sunday is any indication, a season led by senior Brittany Ray and third-year sophomore Khadijah Rushdan is going to be a far more engaging affair.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 02:03:00 GMT";
arnews[6] += "
";
arnews[7]="Hays: Rutgers' optimism
";
arnews[7] += "Rutgers' Brittany Ray scored a team-high 17 points Sunday. If Sunday is any indication, a season led by senior Brittany Ray and third-year sophomore Khadijah Rushdan is going to be a far more engaging affair.";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Middle School gets new principal
";
arnews[8] += "April Tucker has been approved as the new Good Hope Middle School principal, following the recent retirement of longtime principal Wayne Weissend.";
arnews[8] += "
Publ.Date : Sun, 15 Nov 2009 00:55:21 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("