// 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 = "nefamily.coop;nefamily.org;http://www.creditunionwebsites7.com;http://66.29.200.19;https://www.nsefcuonline.org/onlineserv/HB/Signon.cgi;https://lending.digital-dialogue.com;https://www2.digital-dialogue.com;kirbykangaroo.com;cusucceed.net;maximumasp.com";

var strMessage = "Northeast Family Federal Credit Union offers links which allow members to visit other sites from our website.\n\nWe provide these links for convenience and courtesy to our members.  Please review each site's privacy policy when visiting them.\n\nNortheast Family Federal Credit Union assumes no responsibility for these sites or any agreements that you may make.";

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>') ;
