// list of domains names or ip addresses that do not need the pop-up disclaimer 
// 1) separate items with semi-colons
// 2) do not begin or end the string (inside the quotes) with a semi-colon
// 3) do not put 2 semi-colons consecutively
// 4) you must use the variable names of strDomainFilters, strMessage and strEmailMsg
var strDomainFilters = "creditunionwebsites9.com;66.29.200.21;empower-cu.org;empower-cu.com;empowercreditunion.org;e-cu.org;creditunionwebsites.com;empower.mortgagewebcenter.com;web2.secureinternetbank.com";

var strMessage = "You are leaving the Empower Credit Union.\n\nThe website you are linking to is not operated by Empower Credit Union.\n\nWe are not responsible for any content or information posted to this external web site.\n\nEmpower Credit Union is not responsible for, nor do we represent you or the External web site if you enter into any agreements.\n\nPrivacy and Security policies may differ between our web site and this external site.";

var strEmailMsg = "You are about to send an e-mail message to us, please Do Not send any personal information\nvia Email. E-mail transmission cannot be guaranteed to be secure or error-free as information\ncould be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.";

// ********************************************************************
// ***                             DO NOT EDIT BELOW THIS POINT                                         ***
// ********************************************************************

// javascript include file that contains all functionality and is common to all sites.
document.write('<script type="text/javascript" src="/commonutils/scripts/externallinks_utils.js"><\/script>') ;
