jQuery(document).ready(function() {
	jQuery("a.external-notice").click(function () {
		var c= confirm("Notice: You are leaving Omega Federal Credit Union's site. When you click on any other links within our web site, you are linking to another site. You will leave our web site when you view these sites. Omega Federal Credit Union is not responsible for the content on the linked website nor is the content a reflection of the views of Omega Federal Credit Union. Omega Federal Credit Union cautions you to make sure that you completely understand the risk before linking to another site on the internet. The credit union does not represent either the third party or the member if the two enter into a transaction. Privacy and security policies may differ from those practiced by the credit union.");
		if(c==true){
			return true;
		}
		else{
			return false;
		}
	});
});
