var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Anna Beebe Moore celebrates 90th birthday
"; arnews[0] += "Anna Beebe Moore recently celebrated her 90th birthday with her children, grandchildren and great-grandchildren. She was born in Lewes and lived on the corner of Beebe Avenue and Savannah Road."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:11:57 GMT"; arnews[0] += "
"; arnews[1]="Notre Dame three-peat seems likely
"; arnews[1] += "LAWRENCE TOWNSHIP \"\" A third straight Mercer County Championship title for the Notre Dame High boys swim team looks likely after the Irish's performance at yesterday's preliminary meet."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:47:40 GMT"; arnews[1] += "
"; arnews[2]="Class of 2010: Top 25 recruiters
"; arnews[2] += "Rivals.com has named its top 25 recruiters for the class of 2010. Here is a closer look at the coaches who made the list."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 18:32:27 GMT"; arnews[2] += "
"; arnews[3]="Read Story
"; arnews[3] += "If the regular season is any indicator, the 2010 Portage Trail Conference Tournament figures to be the most exciting since the formation of the conference."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 04:22:21 GMT"; arnews[3] += "
"; arnews[4]="South's Dakota Case leads Valley contingent at wrestling regional
"; arnews[4] += "Terre Haute South's Dakota Case was a semistate qualifier last year as a sophomore, and this year he will compete in the semistate once again - but this time as a regional champion."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 07:48:03 GMT"; arnews[4] += "
"; arnews[5]="Local scouts compete in annual Pinewood Derby
"; arnews[5] += "Since its start 100 years ago tomorrow, the Boy Scouts of America has helped mold some of this country's future leaders, people like John F. Kennedy, Gerald Ford and George W. Bush."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 06:27:02 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("
");