/* TAG-2350: Identify XX-TAG-HEADER/FOOTER asset usage */ window.waClassicFooter = 'ps'; /* End TAG-2350 *//* PSD-7988 : Remove Target dependency : DB : 10/29/19 */ /* Legacy Support */ if (typeof (TagParameters.Optional.SuccessEventId) != "undefined" && TagParameters.Optional.SuccessEventId) { utag_data.success_event_id = TagParameters.Optional.SuccessEventId; } /* Determine Library */ var utagLibPath = ""; //var utagSyncLibPath = ""; if (document.location.host.indexOf('uat') !== -1 || document.location.host.indexOf('qa') !== -1 || document.location.host.indexOf('pce') !== -1 || document.location.host.indexOf('pre') !== -1 || document.location.host.indexOf('pvs') !== -1 || document.location.host.indexOf('dev') !== -1 || document.location.host.indexOf('test') !== -1) { utagLibPath = "//tags.tiqcdn.com/utag/schwab/global-public/qa/utag.js"; //utagSyncLibPath = "/https://www.schwab.com/optimizelyjs/optiprospect.js" } else { utagLibPath = "//tags.tiqcdn.com/utag/schwab/global-public/prod/utag.js"; //utagSyncLibPath = "https://www.schwab.com/optimizelyjs/optiprospect.js" } // Now load utag.js a=utagLibPath; b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.defer=true; a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a); if (typeof(s) != "undefined" && s.prop17) { TagParameters.Vendor.SiteCatalyst.S.prop17 = s.prop17; } if (typeof (sendBid) != "undefined" && sendBid != "") { if (window.location.hostname == "content.schwab.com" || window.location.hostname == "activetrader.schwab.com" || window.location.hostname == "intelligent.schwab.com" || window.location.hostname == "intelligent-pre.schwab.com") { var bcon1 = document.createElement("img"); var refUrl = encodeURIComponent(window.location.href); var protocol = window.location.protocol == 'https:' ? 'https:' : 'http:'; bcon1.src = protocol + "//www.schwab.com/public/file?cmsid=P-684894&filename=ClrPix.gif" + "&bid=" + sendBid + "&refurl=" + refUrl; document.body.appendChild(bcon1); var bcon2 = document.createElement("script"); bcon2.src = protocol + "//www.schwab.com/public/schwab/page?cmsid=P-7212235" + "&bid=" + sendBid + "&refurl=" + refUrl; document.body.appendChild(bcon2); } } /* End PSD-7988 */