<!--//this funtion provides the standard alert on exiting the County Website
function ExitRoutine() {
    alert("You are now leaving the Calaveras County Website. Content on the site you are now entering has not been reviewed and is not endorsed by Calaveras County.")
}

//this funtion provides an alternate alert on exiting the County Website
function ExitRoutine2() {
    alert("You are now leaving the Calaveras County Website. The content you will be viewing may be hosted on a third party website not under the full and direct control of Calaveras County.")
}
//-->

