// 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;associatesfcu.com;aso.usersonlnet.com";

var strMessage = "You are leaving the Associates Federal Credit Union.\n\nThe website you are linking to is not operated by Associates Federal Credit Union.\n\nWe are not responsible for any content or information posted to this external web site.\n\nAssociates Federal Credit Union is not responsible for, nor do we represent you or the External web site if you enter into any agreements.\n\nPrivacy and Security policies may differ between our web site and this external site.";

var strEmailMsg = "You are about to send an e-mail message to us, please note that e-mail is not a secure form of communication,\nand you should not include sensitive information in your message, like your account number, Social Security \nnumber, card number, etc.\n\n**Transactions are not permitted thru email.";

// ********************************************************************
// ***                             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>') ;
