// 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 = "cs.loanspq.com;loanspq.com;maroonfinancial.org;www.maroonfinancial.org;www.carquotes.com;oasis.espsolution.net;espsolution.net;oasisb.espsolution.net;chernan.startlogic.com;cuuc.locatorsearch.com;locatorsearch.com;iraresourcecenter.ascensus.com;fynanz.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 Maroon Financial 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 Maroon Financial Credit Union or to one of our partner associations. 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.maroonfinancial.org/scripts/linkwarning.js"><\/script>') ;

