var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="On file: Nov. 13-20, 2009
"; arnews[0] += "The following people applied for marriage licenses in Kanawha County between Nov."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:01:17 GMT"; arnews[0] += "
"; arnews[1]="Rep: Lansing-area Secretary of State branch mergers legal?
"; arnews[1] += "State Rep. Mark Meadows is raising questions about whether the Secretary of State's office can legally proceed with plans to consolidate two branches in Lansing and East Lansing into one center."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:01:50 GMT"; arnews[1] += "
"; arnews[2]="Johnson County Advances
"; arnews[2] += "By JOE BUIE Staff Writer Johnson County Community College has lost six matches this season, so the Lady Cavaliers have been far from dominant at times."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:40:47 GMT"; arnews[2] += "
"; arnews[3]="Lynn Henning
"; arnews[3] += "I can remember, three years ago this week, making another hundred or so phone calls in the latest quest to learn who Michigan State would hire as its new head football coach."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:23:50 GMT"; arnews[3] += "
"; arnews[4]="Secretary of State changes challenged
"; arnews[4] += "State Rep. Mark Meadows is raising questions about whether the Secretary of State's office can legally proceed with plans to consolidate two branches in Lansing and East Lansing into one center."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Birth Records
"; arnews[5] += "St. Agnes Hospital Hoyt Camden Schrauth, son of Dennis Schrauth and Katey Rach of Campbellsport, was born Nov."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Events for Nov. 21
"; arnews[6] += "The Gresham Outlook welcomes calendar notices for weekly public events and support group meetings in East County."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[6] += "
"; arnews[7]="Walker County Sheriff's Office bookings for Nov. 11-17, 2009
"; arnews[7] += "These people were booked into the Walker County Detention Center during Nov. 11-17. Those with charges are innocent until they plead guilty or are proven guilty in a court of law."; arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 19:19:25 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("
");document.write("
");