var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Linton City Council tables proposal; hears from Horse Council - Greene County Daily World
";
arnews[0] += "The city of Linton tabled its plans to move forward with a disaster recovery grant proposal that could help grow a local business. The agenda item was tabled at the Linton City Council's February meeting on Monday. During the meeting, Linton Mayor ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:05:00 GMT";
arnews[0] += "
";
arnews[1]="Edited golf cart ordinance presented to Linton City Council - Greene County Daily World
";
arnews[1] += "Council member Charlie Cox agreed and added, \"I think of others who would like to have one (golf cart) but won't get one because they don't want to break the law.\" During discussion, city attorney Shonk said, \"The (revised) ordinance reflects what ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 01:41:00 GMT";
arnews[1] += "
";
arnews[2]="Indian River County's oldest veteran celebrates his 100th birthday - TCPalm
";
arnews[2] += "VERO BEACH — Charlie Cox on Saturday afternnon sat in front of the banquet room at VFW Post 3918, listening as fellow veterans expressed their good wishes on his 100th birthday. Cox, who is Indian River County’s oldest living veteran, was silent ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 21:33:00 GMT";
arnews[2] += "
";
totcount = 3;
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("