// JavaScript Document

  //leave site script
  //added 09/02/2009 by SAK
  
  function leave() {
          var e = confirm("You are leaving the Community Development Credit Union website and will be redirected to a secure, Third Party login page.")
          if(e) 
            window.open("https://www.netit.financial-net.com/neighborhoodcenters/", "_parent");
          else 
            self.location;
            return false;
          }


  function ncileave() {
          var e = confirm("You are leaving the Community Development Credit Union website. The security and privacy policy outlined on our website apply to our website only and not that of any Third Party.")
          if(e) 
            window.open("http://www.neighborhood-centers.org", "_parent");
          else 
            self.location;
            return false;
          }
