// 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 = "creditunionwebsites7.com;creditunionwebsites.com;66.29.200.19;membersadvantagecu.com";

var strMessage = "You are now leaving the Members' Advantage Credit Union website.\n\nYou are linking to an alternate web site not operated by Members' Advantage Credit Union.\n\nThe credit union is not responsible for the content of the alternate web site.\n\nMembers' Advantage 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 Members' Advantage 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>') ;

