//Link to external site.
function externalSite(URL) {
	if (confirm("Links to external websites are provided by M&T for your convenience.\n" +
		"Use of such links on YourLogHomeCenter.com are not an endorsement or warranty\n" +
		"by M&T of the information, products or services provided by such external\n" +
		"websites. M&T does not control such websites. You should review\n" +
		"the linked site's privacy and security policies as they may be different\n" +
		"from M&T's.\r\r" +
		"Please note that you may need to disable pop-up blocking software\n" +
		"in order to be transferred to another site.")) {
		window.open(URL,'','','');
	}
}