// 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 = "66.29.200.21;creditunionwebsites9.com;securedadvantage;securedadvantagefcu.com;https://www.netit.financial-net.com/cryovacfcu;https://www.loanliner.com/lrpresenter/lr1loantypes.asp?CUIDNR=03900770;https://www.loanliner.com;https://www.netit.financial-net.com/securedadvantagefcu/";

var strMessage = "You are now leaving the Secured Advantage Federal Credit Union website.\n\nYou are linking to a site created and maintained by another organization.\n\nPrivacy and security policies on the linked site may differ from those practiced by us.\n\nSecured Advantage Federal Credit Union does not regularly review materials posted on linked sites, does not endorse the owners of such linked sites, or the products or materials appearing on such linked sites, and does not represent the owner of the site or the Member if the two enter into a transaction.\n\nAny decision of website visitors to view any of the linked websites is at their own risk.";

var strPromptUserMsg = "Your browser settings are blocking the popup window.";

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>') ;
