var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="East Windsor emergency responders get two federal grants "; arnews[0] += "EAST WINDSOR - Thanks to two federal grants, emergency responders will be outfitted with new equipment. Township Volunteer Fire Company No. 1 and Rescue Squad, District 1, have been awarded funding from the U.S. Department of Homeland Security's Office of... EAST WINDSOR - Thanks to two federal grants, emergency responders wi..."; arnews[0] += " "; arnews[1]="Property allegedly used as dump site declared off limits "; arnews[1] += "EAST WINDSOR - The Old Cranbury Road property under investigation by state and local officials for allegedly illegal dumping is now officially off limits to everyone except the bank that owns it, a DEP spokesman confirmed late yesterday. Larry Ragonese... EAST WINDSOR - The Old Cranbury Road property under investigation by st..."; arnews[1] += " "; arnews[2]="Inside Jersey's 'Best of N.J.' lifestyle rankings for spas, salons, gyms "; arnews[2] += "Pamper yourself at NJ's best spa, gym and salon. Pamper yourself at NJ's best spa, gym and salon."; arnews[2] += " "; arnews[3]="Trailer burns at site where worker died "; arnews[3] += "EAST WINDSOR - A retrofitted trailer burned up yesterday on the same worksite where a man fell to his death in May, officials said. The trailer was being used as an office by CBI Services of New Castle, Del. The... EAST WINDSOR - A retrofitted trailer burned up yesterday on the same worksite where a man fell to his death in M..."; arnews[3] += " "; arnews[4]="Christie wants school chiefs' pay cut - 5 Mercer superintendents could be affected "; arnews[4] += "By Claire Heininger and Lisa Fleisher Newhouse Statehouse Bureau Under new rules proposed yesterday by Gov. Chris Christie to trim the salaries of school district administrators, as many as five Mercer County superintendents could see their pay reduced at... By Claire Heininger and Lisa Fleisher Newhouse Statehouse Bureau Un..."; 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(" |