// JavaScript Document

function ExitNotice()  {
        if(confirm("           THIRD PARTY LINK DISCLOSURE                                                                                                                                                                                        You are about to enter a site furnished by a third party provider in which Local 520 U.A. Federal Credit Union makes no representation concerning and is not responsible for the contents of the site. Local 520 U.A. Federal Credit Union does not endorse or represent the third party provider nor does Local 520 U.A. Federal Credit Union accept any responsibility of the content or reliability of the site you are entering. In no event shall Local 520 U.A. Federal Credit Union be responsible for your use of an external site.")) {
        return true;
			} 
history.go(0);
return false;
}
