var imgdir;
var sitedir;
var securedir;
var homedir;

if(window.homepage)
{
	imgdir="images/";
	sitedir="";
	securedir="";
	homedir="";
}
else if(window.absolutepage)
{
	imgdir="https://www.esl.org/images/"
	sitedir="http://www.esl.org/"
	securedir="http://www.esl.org/"
	homedir="http://www.esl.org/"
}
else if(window.securepage)
{
	imgdir="https://www.esl.org/images/"
	sitedir="https://www.esl.org/"
	securedir="https://www.esl.org/"
	homedir="https://www.esl.org/"
}
else
{
	imgdir="https://www.esl.org/images/"
	sitedir="http://www.esl.org/"
	securedir="http://www.esl.org/"
	homedir="http://www.esl.org/"
}

if (window.location.href.indexOf('/investment/') > -1) {
	document.write('<img src="' + imgdir + 'footer_isllc.gif" id="footerImg" alt="NOT NCUA INSURED. NO CREDIT UNION GUARANTEE MAY LOSE VALUE. Securities and insurance products are offered through LPL Financial and its affiliates, Member FINRA/SIPC. ESL Investment Services, LLC: 585.339.4474 / 800.814.5884. 225 Chestnut Street, Rochester, NY 14604. ESL, TEL-E$L and CheckOK are registered service marks of ESL Federal Credit Union.  Membership is subject to eligibility." />');
	//LivePerson
	document.write("<script type=\"text/javascript\" src=\"https://server.iad.liveperson.net/hc/74495301/x.js?cmd=file&file=chatScript3&site=74495301&imageUrl=https://www.esl.org/images/\" style=\"display: none;\"></script>");
} 

else if (window.location.href.indexOf('/investment/') == -1) {
	document.write('<img src="' + imgdir + 'footer.gif" id="footerImg" alt="Your savings federally insured to at least $250,000 and backed by the full faith and credit of the United Stated Government. National Credit Union Administration, a U.S. Government Agency. Equal Housing Lender. 225 Chestnut Street, Rochester, NY 14604.  Tele-Banking Center: 585.336.1000 / 800.848.2265. ESL, TEL-E$L and CheckOK are registered service marks of ESL Federal Credit Union.  Membership is subject to eligibility." />');
	//ESL Online Chat
	document.write("<script type=\"text/javascript\" src=\"https://server.iad.liveperson.net/hc/74495301/x.js?cmd=file&file=chatScript3&site=74495301&imageUrl=https://www.esl.org/images/\" style=\"display: none;\"></script>");
}

























