var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Construction to begin next month on Batavia pavilion - Kane County Chronicle
"; arnews[0] += "BATAVIA – A project to build a pavilion at the Peg Bond Center is moving ahead after being scaled back because of rising construction costs. \"We have a concept now that works,\" said Britta McKenna, the volunteer project manager. \"It still will be a ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:31:00 GMT"; arnews[0] += "
"; arnews[1]="Christmas classics focus of Moore Home Candlelight Tour - Fort Bend Herald
"; arnews[1] += "Get ready to relive some of the most timeless Christmas Classics ever made as the Fort Bend Docents present the annual Candlelight Tours Friday, Dec. 4, and Saturday, Dec. 5, at the 1883 John M. Moore Home adjacent to the Fort Bend Museum, 500 ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:05:00 GMT"; arnews[1] += "
"; arnews[2]="3-Blog Lounge - San Francisco Chronicle
"; arnews[2] += "The only sensible way to approach today's news is to think along with Billy Beane and assume, for better or worse, that he will continue his pattern of hiring bland yes-men to manage the A's. In that sense, Bob Geren and Ron Washington are the ..."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 20:18:00 GMT"; arnews[2] += "
"; arnews[3]="School bus hits boy running across Houston street - Houston Chronicle
"; arnews[3] += "An Aldine Independent School District student was slightly injured after being hit by a bus early this morning, district officials said. The student, who was not been identified, was hit by a school bus about 8:15 a.m. on Airline near Hardwicke ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:58:00 GMT"; arnews[3] += "
"; arnews[4]="Bus-Only Lanes Planned For Manhattan's East Side - NY1
"; arnews[4] += "Bus-only lanes are coming to First and Second Avenues next September – with one lane reserved for each avenue from 125th Street to Houston Street. The Department of Transportation next month will unveil detailed plans for the lanes, which are set ..."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 15:22:00 GMT"; arnews[4] += "
"; arnews[5]="Coghlan is NL Rookie of Year, Bailey wins AL award - Gloucester Daily Times
"; arnews[5] += "NEW YORK — Chris Coghlan and Andrew Bailey both agreed to change, then quickly got their chance in the majors. Now each has a rookie reward that will last forever. Coghlan, the pesky Marlins leadoff hitter, won the National League Rookie of the ..."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 04:47:00 GMT"; arnews[5] += "
"; arnews[6]="Car strikes power pole - Marshall News Messenger
"; arnews[6] += "Marshall Fire Department Battalion Chief David Dean said the woman, traveling in a Ford Excursion, was heading eastbound on Houston Street when it clipped a Ford Mustang that it was parked on the street. After clipping the Mustang, the Excursion then ..."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 13:54:00 GMT"; arnews[6] += "
"; arnews[7]="ALDS game blogs - San Francisco Chronicle
"; arnews[7] += "From Sporting Green columnist Bruce Jenkins at the Metrodome: Imagine facing a bit of a playoff crisis and having to rely on a guy named Boof. Not somebody with a wacky nickname, but an athlete who... Metrodome Pregame: The Boofmeister Is Ticked ..."; arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 20:18:00 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("
");