// 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 = "creditunionwebsites8.com;creditunionwebsites.com;66.29.200.20;shareteccu.com;encentusfcu.org";

var strMessage = "You are now leaving the Encentus Federal Credit Union website.\n\nYou are linking to an alternate web site not operated by Encentus Federal Credit Union.\n\nThe credit union is not responsible for the content of the alternate web site.\n\nEncentus Federal Credit Union does not represent either the third party or the member if the two enter into a transaction.\n\nPrivacy and security policies may differ from those practiced by Encentus Federal Credit Union.";

var strEmailMsg = ""

// ********************************************************************
// ***                             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>') ;

