<!-- 
function Leaving(URL)
{
   if(confirm("You are now exiting the City of Modesto Web Site. The City of Modesto is not responsible for the content of linked pages. To continue, click OK."))
   {
      location.href=URL;
   }
}

//--> end hide JavaScript