// 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 = "creditunionwebsites8.com;66.29.200.20;1stcomm.org;maximumasp.com;netteller.com";

var strMessage = "You are leaving the First Community Federal Credit Union Web site.\n\nThe Web site you are linking to is not operated by First Community Federal Credit Union.\n\nWe are not responsible for any content or information posted to this external Web site.\n\nFirst Community 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 = "Notice: Information sent by Email is at risk of loss of confidentiality if the information is\n" +
				  "transmitted over the Internet.  We do not recommend sending confidential information such as\n" +
				  "social security or account numbers by Email.  You can contact us directly at (269) 382-9845.";

var strPromptUserMsg = "Your browser settings are blocking the popup window.";

// ********************************************************************
// ***                             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>') ;

