// list of domains names or ip addresses that do not need the pop-up disclaimer
// 1) list all internal domain names and ip addresses in strInternalDomains
// 2) list all approved external domain names and ip addresses in strExternalDomains
// 3) separate items with semi-colons
// 4) do not begin or end the string (inside the quotes) with a semi-colon
// 5) do not put 2 semi-colons consecutively
// 6) do not taunt Happy Fun Ball

var strInternalDomains = "smartsourcesolutions.org;fmcreditunion.com;66.29.217.54";
var strExternalDomains = "cusa-hfs.com";

var strMessage = "You are leaving the Framingham Municipal Federal Credit Union website.\n\n" +
	"The website you are linking to is not operated by Framingham Municipal Federal Credit Union.\n\n" +
	"We are not responsible for any content or information posted to this external web site.\n\n" +
	"Framingham Municipal Federal Credit Union is not responsible for, nor do we represent you or the External web site if you enter into any agreements.\n\n" +
	"Privacy 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="/app_themes/common/scripts/externallinks_utils.js"><\/script>') ;
