// JavaScript Document
function externalLink(theURL) {
	alert('You are now leaving Eagle Legacy Online and visiting a partner services site.  Eagle Legacy Credit Union is not responsible for services or products affiliated with partner services.');
	window.open(theURL,'status=yes,scrollbars=yes,resizable=yes');
	}