var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="H1N1 flu shot clinics ran smoothly, officials say
"; arnews[0] += "All five H1N1 clinics in Monroe County today have closed. The five clinics - at Blue Cross Arena, Medley Centre, Penfield Town Hall, the West End Business Center and First Bible Baptist Church - shut down at 6 p.m. this evening."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:46:00 GMT"; arnews[0] += "
"; arnews[1]="State cross country: Chamberlain senior Mark Parrish takes second in 4A meet
"; arnews[1] += "Mark Parrish gained strength with the finish in sight. These were the final strides of the Chamberlain senior's high school cross country career."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:46:46 GMT"; arnews[1] += "
"; arnews[2]="Flu shot clinics see steady traffic today
"; arnews[2] += "Why miss local news when you're on the go? Visit rocnow.com . Learn More... Your browser's security settings are preventing some features from appearing."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:26:54 GMT"; arnews[2] += "
"; arnews[3]="Flu shot clinics up and running today
"; arnews[3] += "The lines for H1N1 vaccinations at the First Bible Church in Hilton are flowing so smoothly that no one has had time to watch the movies set up to help families kill the time."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:46:50 GMT"; arnews[3] += "
"; arnews[4]="LCA ends solid Raceland run
"; arnews[4] += "Different night, same result. Actually, it was worse than before. For the second time in 34 days, Lexington Christian Academy overwhelmed visiting Raceland."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:10:59 GMT"; arnews[4] += "
"; arnews[5]="Nonprofits Around Town: March of Dimes, Tri-Lakes Women's Club, Set, RMCLT
"; arnews[5] += "Heavenly smells were emanating from the ballroom at Cheyenne Mountain Resort on Oct."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:12:43 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("
");document.write("
");