var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Novel H1N1 Consistently Present in the High Country
"; arnews[0] += "Seasonal flu vaccines are not available for adults at either the Appalachian District Health Department or ASU at this time."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 03:26:59 GMT"; arnews[0] += "
"; arnews[1]="ACU facility is center of attention
"; arnews[1] += "Jemima Freeman prepares place settings at the McCaleb Conference Center inside the Hunter Welcome Center at ACU."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 03:30:49 GMT"; arnews[1] += "
"; arnews[2]="Altman - Johnson
"; arnews[2] += "Miss Elizabeth Austin Altman of Evergreen and Mr. Clarke Andrew Johnson of New Zion were married at 4 o'clock in the afternoon, November 7, 2009, at Evergreen Baptist Church."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 02:39:27 GMT"; arnews[2] += "
"; arnews[3]="Movie review: Gentlemen Broncos
"; arnews[3] += "What the Hell was filmmaker Jared Hess thinking when he made Gentlemen Broncos , which may be the worst film I've seen this year? To clarify, this is a rhetorical question, because for the viewer it's all too plain what Hess was thinking: He seems to have been striving to recreate that naive, geeky vibe he achieved so winningly with Napoleon ..."; arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 11:06:06 GMT"; arnews[3] += "
"; arnews[4]="Moratorium opposition gave support to new commissioners
"; arnews[4] += "Mayor Jim Ellison said he is back to feeling like part of the majority on the seven-member City Commission."; arnews[4] += "
Publ.Date : Sun, 08 Nov 2009 05:00:00 GMT"; arnews[4] += "
"; arnews[5]="2009 November 07
"; arnews[5] += "Avon Lake has four more victories to go to win a state championship. One member of the Shoremen, however, might not want to see the season ever end."; arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 09:36:30 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("
");