var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Chamber honors people, organizations and businesses
"; arnews[0] += "Several individuals, organizations and businesses were honored Tuesday night at \"A Celebration of Success\" dinner at the Holiday Inn."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT"; arnews[0] += "
"; arnews[1]="For defense team, singer's fame may pose challenge
"; arnews[1] += "Conrad Murray's defense team as his lawyers fight an involuntary manslaughter charge against the physician in the singer's death."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 14:51:53 GMT"; arnews[1] += "
"; arnews[2]="Jackson doctor out on bail, back for April hearing
"; arnews[2] += "Michael Jackson's doctor returns to court in April to find out the date for the next major step in the case - a proceeding that will reveal for the first time the evidence the prosecution believes will show his \"gross negligence\" was the direct cause of the pop star's death."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 14:14:36 GMT"; arnews[2] += "
"; arnews[3]="National employer survey shows more hiring, growth
"; arnews[3] += "A national survey of small and mid-size companies shows that employers are bullish on 2010 and expect to hire new employees to match economic growth they are anticipating."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:32:58 GMT"; arnews[3] += "
"; arnews[4]="Gerald R. LaCroix
"; arnews[4] += "Gerald R. LaCroix, 68, of Pompano Beach, FL, formerly of E. Freetown, MA, passed away peacefully Friday, Feb."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:48:20 GMT"; arnews[4] += "
"; arnews[5]="The Seven Hills Garden...
"; arnews[5] += "The Seven Hills Garden Club will meet Feb. 10 at 10:45 a.m. at the home of Gena Conrad, 1 Featherston Court."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:40:47 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("
");