var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="from the Publisher: Award is a tribute to those who've shaped my career
"; arnews[0] += "I started going to Iowa Newspaper Association Conventions in 1985 or so. Every year I watched as awards were distributed, particularly the Master Editor-Publisher Awards."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Again Virginia senate considers severely limiting rights of the disabled
"; arnews[1] += "Lat week I posted about Virginia SB689 and asked for your for voice to allow disabled adults to keep their civil rights."; arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="For centennial celebration, scouts pack the park
"; arnews[2] += "As part of the celebration of the 100th anniversary of Boy Scouting in America, local Scouts showed off a variety of hands-on projects and enjoyed some outdoor games during expo in Veterans' Memorial Park on Saturday."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 18:21:05 GMT"; arnews[2] += "
"; arnews[3]="the R-J Goes to a Party: Clinics In Schools has first fundraiser with benefit
"; arnews[3] += "DOROTHY HUFFEY MORE COLUMNS Jennifer Schomburg, from left, Barbara Barron and Darcy Neighbors Heinz Lauer, from left, Lindsay Demaree, Jacob Bundick and Robb Worth Noah Kohn and Erin Kohn Louise Helton and Rich Gurrola Denny Weddle and Marilyn Gillespie Denny Weddle, from left, Kris Engelstad McGarry, Mayor Oscar Goodman and Felix Rappaport Clinics ..."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 12:40:32 GMT"; arnews[3] += "
"; arnews[4]="Transactions for Feb. 7
"; arnews[4] += "Editor's note: Some of the listings under transactions do not include a transfer price."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 09:13:47 GMT"; arnews[4] += "
"; arnews[5]="JP's GOP fired up by Brown win
"; arnews[5] += "Photo by Nick Shabanoff US Sen. Scott Brown helps co-owner Gerry Burke Jr. work the bar at Doyle's Cafe on Dec."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 02:41:34 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("
");