// 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 = "firstbristol.org;firstbristolfcu.org;www.creditunionwebsites4.com;creditunionwebsites.com;66.29.200.11;billpaysite.com;efraudprevention.com";

var strMessage = "You are leaving the First Bristol FCU Website.\n\nThe website you are linking to is not operated by First Bristol FCU.\n\nWe are not responsible for any content or information posted to this external web site.\n\nFirst Bristol FCU 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 = ""

// ********************************************************************
// ***                             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>') ;

