// JavaScript Document

function ExitNotice()  {
        if(confirm("THIRD PARTY LINKS DISCLAIMER" + '\n' + "" + '\n' + "By accessing the link below you will be leaving the Glenview Credit Union's (GCU) web site and entering a web site hosted by another party." + '\n' + "" + '\n' + "Although GCU has approved this as a reliable partner site, please be advised that you will no longer be subject to, or under the protection of, the privacy and security policies of GCU’s web site. GCU 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, which may be different than those of GCU.")) {
        return true;
			} 
history.go(0);
return false;
}
