// 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


var strInternalDomains = "hb.onesourcefcu.coop;www.onesourcefcu.coop;64.40.154.20";
var strExternalDomains = "itsme247.com;www.everythingcu.com;www.mortgageclick.org;ApplyLoan";

var strMessage = "You are now leaving the One Source 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" +
	"One Source 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.";

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="js/externallinks_utils.js"><\/script>') ;

