﻿<!-- 
function Exit(URL)
{
   if(confirm("The web site you are about to link to is not controlled by the City of Lathrop and different terms of use and privacy policy will apply. By proceeding you agree and understand that the City of Lathrop is not responsible for the site you are about to access."))
   {
      window.open(URL);
      //location.href=URL;
   }
}

//--> end hide JavaScript
