var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Death notices
"; arnews[0] += "ARAUJO: of Fall River, Thursday, Nov. 19, 2009. Felix M., 60. Husband of Laurinda Araujo."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:02:36 GMT"; arnews[0] += "
"; arnews[1]="in Brief
"; arnews[1] += "The center has moved to a new location at 621 S. Blagg Road, behind No to Abuse."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:29:29 GMT"; arnews[1] += "
"; arnews[2]="Aldermen mull going full-time
"; arnews[2] += "ANGUS HENDERSON This e-mail address is being protected from spam bots, you need JavaScript enabled to view it It's been on the local political radar screen since the last civic election, and there are those on city council who want the issue of full-time aldermen addressed either before or during next October's municipal election."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Sue Grantham
"; arnews[3] += "Sue Virginia Branch Grantham, 85, of Chula died Wednesday, Nov. 18, 2009, at her residence."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:50:11 GMT"; arnews[3] += "
"; arnews[4]="James Scott Farrin Attorney Rick Fleming to Speak at Conference
"; arnews[4] += "Rick W. Fleming, head of the Social Security Disability Department at the Law Offices of James Scott Farrin, is co-chair and speaker for the \"Social Security 2009.\" The event, to be held at the Downtown Marriott in Winston-Salem, is sponsored by the North Carolina Advocates for Justice."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 21:10:28 GMT"; arnews[4] += "
"; arnews[5]="Christmas program sparks giving spirit
"; arnews[5] += "Josie Plank helps pack gift-filled shoe boxes for shipping Wednesday afternoon at Savannah Christian Church."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 18:12:38 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("
");