
<!-- Internal page javascript code ends-->

function Q2ExternalLink(){
	if(confirm("You are now leaving Security Federal Bank's website.")){
		return true;
	} else {
		return false;
	}
}
  
  
  function Q3ExternalLink(){
	if(confirm("Please do not send any confidential information such as social security or account numbers in any email. Thank You!")){
		return true;
	} else {
		return false;
	}
}
