var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Theaters and Galleries: Shows to See Now
"; arnews[0] += "John DiDonna's young and energetic student cast give us mixed results. While most of the acting is exemplary , the director and his crew did miss some of the black humor at the heart of Weidman's book, as well as some of the pathos of the story's disturbed loners."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:33:32 GMT"; arnews[0] += "
"; arnews[1]="Middle school hosts solo and ensemble fest
"; arnews[1] += "CHARLOTTE - On Nov. 14, Charlotte Middle School hosted the 2009 District VIII Junior High Solo and Ensemble Festival."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Celebrity birthdays for Nov. 22-28
"; arnews[2] += "Celebrity birthdays for the week of Nov. 22-28: Nov. 22: Actor Robert Vaughn is 77."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:30:02 GMT"; arnews[2] += "
"; arnews[3]="LaCause Is El Gallo in Arena Fantasticks, Set in an Amusement Park, Starting Nov. 20
"; arnews[3] += "Arena Stage's new production of The Fantasticks , directed by rising American director Amanda Dehnert, who places the musical in the world of an abandoned amusement park, begins previews Nov."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:03:42 GMT"; arnews[3] += "
"; arnews[4]="Down Memory Lane
"; arnews[4] += "Coaches are Julie Roby and Shannon Erbst. 10 Years Ago Demolition of the old Nadl Enterprises Building has been going on this week."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:09:35 GMT"; arnews[4] += "
"; arnews[5]="OHHS, CHS fall athletes earn honors
"; arnews[5] += "Now that the fall season has concluded, Coupeville and Oak Harbor high school athletes have received all-league, local team, and varsity letter awards."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 22:43:52 GMT"; arnews[5] += "
"; arnews[6]="Whisenhunt: Novices battle light breezes
"; arnews[6] += "Thirty-six youngsters from Southern California Yacht Clubs competed last weekend in the Optimist Fall Regatta, hosted by Ventura Yacht Club."; arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 11:53:12 GMT"; arnews[6] += "
"; arnews[7]="Hickory's new firefighters
"; arnews[7] += "Eric Bartlett Prior to employment with the Hickory Fire Department, Bartlett served as a volunteer firefighter with Icard Township Fire & Rescue, where he was a member for eight years."; arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 05:49: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("
");