﻿//<script language="JavaScript">

function LeavingSiteEmail(url)
{
	if(confirm("Notice: For your security, sensitive personal and account information like Account numbers, Social Security numbers, Passwords, or PIN numbers should not be sent by e-mail.\n\n" +
	
		"Press OK to continue.\n" +
				"Press CANCEL to return to the web page.\n\n" +
                                "Thank You.\n" +
				"")) {
	//window.open(url, "_blank");
	window.open(url, "_self");

		
	}
	
}
//    </script>