var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Lady Commandos crank up defense, down WHHS
"; arnews[0] += "Offense is usually first on the minds of any basketball player. After all, you can't win a game if a team doesn't score."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:41:41 GMT"; arnews[0] += "
"; arnews[1]="As need grows, more step up to aid food pantries north of Boston
"; arnews[1] += "At The Open Door, a Gloucester food pantry, volunteer Taylor Davis unpacks potatoes."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:59:29 GMT"; arnews[1] += "
"; arnews[2]="Too weak to fight back: PBC's youngest swine flu victim
"; arnews[2] += "Jocelyne Davis' tiny 3-year-old body fell to swine flu days after she was diagnosed."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:21:53 GMT"; arnews[2] += "
"; arnews[3]="Local crime down overall in 2009, but up in key areas
"; arnews[3] += "Even in the midst of a harsh economic year, Macon police and the Bibb County Sheriff's Office are reporting that crime is down so far in 2009."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:21:41 GMT"; arnews[3] += "
"; arnews[4]="She rules in this TV court
"; arnews[4] += "Judge Jeanine Pirro 's makeup was getting touched up just before she began shooting promos last week at FOX 9. How much makeup could one of People magazine's Most Beautiful People require? As Debbie Davis dabbed away, Pirro quipped, \"A LOT!\" While I beg to disagree with the court, this is one of her comedic mainstays, so Pirro's shticking with it."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:55:00 GMT"; arnews[4] += "
"; arnews[5]="Bobbie Hancock Phillips
"; arnews[5] += "Services for Bobbie Hancock Phillips, 81, of Plains, are at 11 a.m. Nov. 24, 2009, at Banks Funeral home Chapel in Sylvester, with the Rev."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 04:45:05 GMT"; arnews[5] += "
"; arnews[6]="Schmitt feasts on Loyola -- again
"; arnews[6] += "The last time Abbey Schmitt played Loyola, she scored a game-high 16 points in the Class 4A sectional championship on Feb."; arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 03:09:48 GMT"; arnews[6] += "
"; arnews[7]="On file: Nov. 13-20, 2009
"; arnews[7] += "The following people applied for marriage licenses in Kanawha County between Nov."; arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 20:01:17 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("
");