var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Community Notes
"; arnews[0] += "For the convenience of its residents, the village of Frankfort recently announced that the hours of operation at the village administration office, 432 W. Nebraska St., will change effective Feb."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:00:00 GMT"; arnews[0] += "
"; arnews[1]="West moves to top of Division I standings . . . for now
"; arnews[1] += "Podhyski scored six points as Holy Cross improved to 5-0 in second-half play with a 62-29 win."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:39:59 GMT"; arnews[1] += "
"; arnews[2]="Set Fair for a change of course
"; arnews[2] += "THE newly-appointed head professional at Fairhaven Golf Club, Andrew Lancaster, has spoken of his mixed emotions as he contemplates his new job while reflecting on his 18 happy years at Lytham Green Drive."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:22:55 GMT"; arnews[2] += "
"; arnews[3]="Bell stands by raises in face of unions' ire
"; arnews[3] += "Toledo Mayor Mike Bell's decision to increase the salaries of a few top city officials has irked some union leaders and might cost some votes for a possible income tax increase in May, but he is sticking with the pay raises."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 11:22:44 GMT"; arnews[3] += "
"; arnews[4]="Super Bowl fans turned off by "Green Police"
"; arnews[4] += "Super Bowl fans agree: A guy's car really is where he makes his \"last stand\" against political correctness and female mores."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 11:14:45 GMT"; arnews[4] += "
"; arnews[5]="Ehlers to Retire?
"; arnews[5] += "Wednesday, February 10, 2010 Ehlers to Retire? Via CQ Politics: Ehlers Expected to Announce Retirement Wednesday Rep."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 10:30:38 GMT"; arnews[5] += "
"; totcount = 6; 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("
");document.write("
");