// list of domains names or IP addresses that do not require the external link disclosure
// 1) separate each web address/domain name with a semi-colon
// 2) do not start or end the list of domain names (inside the quotes) with a semi-colon
// 4) you must use the variable names of strDomainFilters, strMessage and strEmailMsg
var strDomainFilters = "fivecounty.com;synergentcorp.com;www.fivecounty.com;secure.loanspq.com";

var strMessage = "You are now leaving the Five County Credit Union Web site. Please be advised that Five County Credit Union is not liable for either the content or availability of external Web sites.";

var strEmailMsg = "You are about to send an e-mail message to Five County Credit Union. Please do not send any personal financial information via Email. E-mail transmission cannot be guaranteed to be secure and information could be intercepted, lost, or contain viruses.";

// ********************************************************************
// ***                             DO NOT EDIT BELOW THIS LINE                                         ***
// ********************************************************************

// javascript include file contains disclosure functionality 
document.write('<script type="text/javascript" src="https://www.fivecounty.com/scripts/linkwarning.js"><\/script>') ;
