var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amendment would allow county to set curfew for the under-17 set - TMCnet
";
arnews[0] += "Feb 09, 2010 (Columbia Daily Tribune - McClatchy-Tribune Information Services via COMTEX) -- JEFFERSON CITY -- The Boone County Commission would have the authority to establish a curfew for youths younger than 17 under an amendment adopted today in ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:35:00 GMT";
arnews[0] += "
";
arnews[1]="Ingalls fires town administrator ... again - Herald-Bulletin
";
arnews[1] += "INGALLS — The Town Council fired its town administrator for the second time in a matter of weeks Monday. Bill Rhodes, the former town administrator, was originally fired on Jan. 28 when the council voted 3-0 to eliminate Rhodes’ position after he ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 11:49:00 GMT";
arnews[1] += "
";
arnews[2]="This Week in Music: Citay’s Dream Get Together - Washington City Paper
";
arnews[2] += "Though Citay began as a studio-only project between musicians Ezra Feinberg and Tim Green, the group now employs a bevy of rotating musicians that add a sense of spontaneity to the record. To read more about Citay’s “minimalist indie-rock space ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 19:11:00 GMT";
arnews[2] += "
";
arnews[3]="Tanla To Launch on-Device Payments and Pre-Loaded Content Distribution ... - Forbes
";
arnews[3] += "The developers program will be announced by Tanla and will be supported by presentations from Carphone Warehouse, Sony Ericsson, Accumulate and a panel session hosted by Tim Green, Editor, Mobile Entertainment Magazine.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 13:59:00 GMT";
arnews[3] += "
";
arnews[4]="Snakes Win Two Straight; Play Tuesday Morning Home Game - OurSports Central
";
arnews[4] += "Thursday, February 4 - Fayetteville 3 at Columbus 4 (Attendance: 1,854) Tim Green scored a pair of goals to lead the Cottonmouths to a 4-3 victory over the Fayetteville FireAntz on Thursday night. The win atoned themselves from a 9-4 loss in ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 20:05:00 GMT";
arnews[4] += "
";
arnews[5]="Ingalls fires town manager; investigation under way - Herald-Bulletin
";
arnews[5] += "Council member Tim Green said the town began to suspect Rhodes of alleged wrongdoing in mid-January. “I can tell you that there has been an investigation and that the town marshal has been made aware of some instances,” Green said.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 02:53:00 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("