// list of domains names or IP addresses that do not require the external link disclosure
// 1) separate each web address or domain semi-colons
// 2) do not begin or end the list with a semi-colon
// 4) you must use the variable names of strDomainFilters, strMessage and strEmailMsg
var strDomainFilters = "postcommunitycu.com;www.postcommunitycu.com;mfa.lanxtra.com;lanxtra.com;mcw2.synergentcorp.com";

var strMessage = "Links to other web sites are provided solely as a convenience to visitors. If you use these links, you will leave the Post Community Credit Union web site.\n\n The credit union does not have any responsibility for, or control over, any of these external web sites, their content or their privacy policies. We do not endorse or make any representations about them, or any information, products, or materials found there, or any results that may be obtained from using them. If you decide to access any of the linked third-party web sites, you do so entirely at your own risk. You are encouraged to review the privacy notice for each linked web site.";

var strEmailMsg = "You are about to send an e-mail message to Post Community Credit Union. Please do not send any personal financial information\nvia Email. E-mail transmission cannot be guaranteed to be secure and information\ncould 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.postcommunitycu.com/scripts/linkwarning.js"><\/script>') ;
