// JavaScript Document

function ExitNotice()  {
        if(confirm("THIRD PARTY LINKS DISCLAIMER" + '\n' + "" + '\n' + "By accessing the link below you will be leaving the IBEW Federal Credit Union web site and entering a web site hosted by another party." + '\n' + "" + '\n' + "IBEW FCU does not represent either the third party or the member if the two enter into a transaction.  The other party is solely responsible for the content of its web site." + '\n' + "" + '\n' + "We encourage you to read and evaluate the privacy and security policies on the site you are entering.")) {
        return true;
			} 
history.go(0);
return false;
}
