var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bette Addington: Mexican American event brings out the best in local bowlers
";
arnews[0] += "This 13th Annual Budweiser Southern Valley Mexican American Tournament Oct. 17-18 at Regency Bowling Center, is one event that local bowlers look forward to every year.";
arnews[0] += "
Publ.Date : Tue, 27 Oct 2009 01:35:12 GMT";
arnews[0] += "
";
arnews[1]="Good News Digest
";
arnews[1] += "SchoolSearch presented its Bright A+ Awards for academic excellence. The following local schools are among the top 5 percent of all Illinois school districts.";
arnews[1] += "
Publ.Date : Thu, 22 Oct 2009 09:22:09 GMT";
arnews[1] += "
";
arnews[2]="Bay Ridge BlankersUnbeaten Fort Hamilton Posts Second Straight Shutout
";
arnews[2] += "It was immediately following a season-opening overtime 27-26 triumph over Sheepshead Bay on Sept.";
arnews[2] += "
Publ.Date : Thu, 08 Oct 2009 20:40:44 GMT";
arnews[2] += "
";
arnews[3]="Monday, Sep 28, 2009
";
arnews[3] += "Fourteen teams ranked in last week's Soccer America Men's Top 25 lost this weekend.";
arnews[3] += "
Publ.Date : Mon, 28 Sep 2009 11:12:28 GMT";
arnews[3] += "
";
arnews[4]="Building on perfection
";
arnews[4] += "When a team accomplishes what the Butler gymnastics team did last fall it makes predicting what they can accomplish this season.";
arnews[4] += "
Publ.Date : Thu, 10 Sep 2009 06:02:25 GMT";
arnews[4] += "
";
arnews[5]="Government interference?
";
arnews[5] += "What should Congress do about health care? Nothing! Congress has ignored the problems it should be fixing; Medicare and Social Security are headed for bankruptcy.";
arnews[5] += "
Publ.Date : Wed, 26 Aug 2009 22:47:06 GMT";
arnews[5] += "
";
arnews[6]="Sewing is in style for 4-Hers
";
arnews[6] += "Berkeley County 4-H seamstresses proved that the skill of sewing is still thriving as a 4-H project when they modeled their creations and received their ribbons and awards during the 4-H Style Revue on Aug.";
arnews[6] += "
Publ.Date : Thu, 20 Aug 2009 14:53:11 GMT";
arnews[6] += "
";
arnews[7]="Kendrick-Juliaetta News
";
arnews[7] += "Dave and Deb Klatt stayed at the Crows Nest Cabin on Lake Coeur d'Alene of Pauletta and Ladd Hamilton from Wednesday, coming home on Sunday.";
arnews[7] += "
Publ.Date : Thu, 09 Jul 2009 18:03:23 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("