var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="See the Sculpture Mile in Ivoryton
"; arnews[0] += "This summer thanks to the sponsorship of The Hollycroft Foundation 28 sculptures were installed for a mile along the Main Street of Ivoryton, one of which is Tres Gatos by Gilbert Boro of Old Lyme."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:59:19 GMT"; arnews[0] += "
"; arnews[1]="Area Arrests
"; arnews[1] += "A* Kenneth Vanburen Adams, 41, 10 Opal Road, Rossville, was charged Thursday by the Whitfield County Sheriff's Office with deposit account fraud ."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:45:00 GMT"; arnews[1] += "
"; arnews[2]="Awesome Arden
"; arnews[2] += "The Princess & The Handmaiden is a great new Canadian musical, but it doesna t always engage its young audience By Jon Kaplan Leslie Arden is one of our best musical theatre creators."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:40:53 GMT"; arnews[2] += "
"; arnews[3]="War Memorial given listed status
"; arnews[3] += "A seafront war memorial with a dramatic history has been listed by the Government."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:08:16 GMT"; arnews[3] += "
"; arnews[4]="image
"; arnews[4] += "Sen. Hudak town hall Nov. 21 State Sen. Evie Hudak will host a town hall meeting 10:30 a.m. Saturday, Nov."; arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="32nd Starz Denver Film Festival: 3 To see today
"; arnews[5] += "Because no one said film love should be easy \"Fish Tank\": Andrea Arnold is not a comfy director."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:23:10 GMT"; arnews[5] += "
"; arnews[6]="Town Celebrates 70 Years Of 'GWTW'
"; arnews[6] += "Seventy couples donned U.S. Civil War-era costumes and danced the Virginia reel in celebration of the 70th anniversary of the film \"Gone with the Wind.\" The event took place Friday in the Town Square of Marietta, Ga., Warner Home Video said."; arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[6] += "
"; arnews[7]="2009 Election Central
"; arnews[7] += "I've been covering City Councilwoman Leslie Ghiz as a reporter and columnist since her first council campaign back in 2005."; arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 19:30:17 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("
");