// 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;lmhospcu.com;lmhospcu.net;lmhospcu.org;creditunionwebsites.com;oasis.espsolution.net";

var strMessage = "You have elected to temporarily leave Lawrence Memorial Credit Union’s website to access an external website.\n\nPlease note that we do not operate this external website and therefore we are not responsible for its content,\nuse, or policies which may differ from our own.";

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>') ;
