// 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 = "66.29.217.8;nutmegstatefcu.org";
var strExternalDomains = "";

var strMessage = "You are now leaving the Nutmeg State Federal Credit Union website.\n\n" +
	"You are linking to a site created and maintained by another organization.\n\n" +
	"Privacy and security policies on the linked site may differ from those practiced by us.\n\n" +
	"Nutmeg State Federal Credit Union does not regularly review materials posted on linked sites, does not endorse the owners of such linked sites, or the products or materials appearing on such linked sites, and does not represent the owner of the site or the Member if the two enter into a transaction.\n\n" +
	"Any decision of website visitors to view any of the linked websites is at their own risk.";

// ********************************************************************
// ***                 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>') ;
