

function careeremail(newlink){
	var message = "Messages sent via e-mail are not sent over a secure connection. Therefore, Allegiance Bank Texas strongly advises you not to send confidential or private information (such as driver's license number or social security numbers, etc.) via e-mail. For any questions, you may contact us by telephone (281-894-3200) or in person. Thank you. click OK to go to email";
	iq = confirm(message);
	if (iq != "0"){
		window.open(newlink)
	}
}

/*



function exitSite(newlink){
	window.open('includes/NewWindow.cfm?' + newlink + ','_blank','width=' + 550 + ',height=' + 350 + ',resizable, toolbar=no,scrollbars=yes')
}		 

*/