﻿
function LeavingSiteDisclaimer(url)
{
	if(alert("Notice: By accessing this link, you will be leaving the First Southern Bank website and entering in a website hosted by another party. First Southern Bank has approved this as a reliable third party site, but please be advised that you will no longer be under the protection of, or subject to, the privacy and security policies of First Southern Bank. Please review the site’s privacy policy, as well as their terms of use.\n\n" +
	
		"Please click OK to continue.\n" +
//				"Press CANCEL to return to the web page.\n\n" +
//                             "Thank You.\n" +
				"")) {
	window.open(url, "_blank");
	}
	
}
