
function confirmLeave(delUrl) {
  if (confirm("By clicking this link you will leave the City of Bonney Lake website. \nThe City of Bonney Lake is not responsible for links to external\n (Non-City of Bonney Lake) sites, or the content of those sites.")) {

window.open(delUrl,"_blank")
  }
}
