var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="CRANBURY: Does township want municipal trash service? "; arnews[0] += "Brian Roach, Staff Writer CRANBURY ? After extensive debate between committee members and residents, the Township Committee voted Monday to include a referendum on the Nov. 2 ballot, asking whether residents would be interested in having the township look into having a municipally operated garbage collection service."; arnews[0] += " Publ.Date : Fri, 30 Jul 2010 20:05:48 -0400"; arnews[0] += " "; arnews[1]="MONROE: Monroe lifeguard saves colleague "; arnews[1] += "Davy James, The Packet Group A medical emergency that could have turned tragic at Mill Road Day Camp in South Brunswick was avoided when an alert lifeguard saved a fellow lifeguard from drowning in the camp?s pool."; arnews[1] += " Publ.Date : Fri, 30 Jul 2010 20:05:48 -0400"; arnews[1] += " "; arnews[2]="MONROE: Celebrity walls of fame "; arnews[2] += "Brian Roach, Staff Writer MONROE ? For more than two years, 85-year-old Harvey Fox has been decorating the walls of his Skylark Drive residence with portraits of Clark Gable, Frank Sinatra and Humphrey Bogart, among others."; arnews[2] += " Publ.Date : Fri, 30 Jul 2010 10:27:59 -0400"; arnews[2] += " "; arnews[3]="CRANBURY: Annual Trophy Golf Tournament set "; arnews[3] += "Brian Roach, Staff Writer CRANBURY ? Monday, Aug. 16, the Peddie School Golf Club will play host to the 22nd annual Cranbury?s Trophy Golf Tournament to benefit the township?s Recreation Department."; arnews[3] += " Publ.Date : Fri, 30 Jul 2010 10:27:59 -0400"; arnews[3] += " "; arnews[4]="CRANBURY: Committee briefs "; arnews[4] += "Brian Roach, Staff Writer Chipping ordinance The Township Committee discussed a possible amendment to Cranbury?s chipping ordinance at its meeting Monday."; arnews[4] += " Publ.Date : Fri, 30 Jul 2010 10:27:59 -0400"; arnews[4] += " "; totcount = 5; 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(" |