var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Letter to the Editor - Greene County Daily World
"; arnews[0] += "Many of you have heard the saying \"It takes a village to raise a child,\" well I believe it takes a community to support a non-profit organization. Our community came together last Saturday to support the Greene County Literacy Coalition in their ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 20:37:00 GMT"; arnews[0] += "
"; arnews[1]="Primo Stuff’ - New York Sun
"; arnews[1] += "Gordon’s work. “If you were a crossword fan, these were primo stuff,” said Ken Jennings, 74-time Jeopardy! champion. “The Sun puzzles are as fun, as challenging, and as endlessly inventive as any being printed anywhere today. Simply put ..."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT"; arnews[1] += "
"; arnews[2]="Interim financing will allow project expansion - Altavista
"; arnews[2] += "Council member Ken Jennings added that he agreed with Crews. \"He has the background and experience that Buster doesn't have. We can get immediate answers (from Crews).\" Council member Richard Adams shared that he also thought the critical time frame ..."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 14:12: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("
");document.write("
");