(function() { var embed = document.createElement('script'); embed.id = 'tm-identity-script'; embed.setAttribute('src', 'https://identity.ticketmaster.com/static/sdk.js'); embed.onload = function() { TMIdentity.init({ sdkDebug: '' === 'true', serverUrl: 'https://identity.ticketmaster.com', theme: 'TM', locale: 'en-US', flags: {"social":false,"disableClose":false,"showLanding":false,"overlayStyle":"default","sideLayout":false,"twoFactorAuth":false,"twoFactorAuthSignin":false,"hideTwoFactorAuthEmail":true,"ipcode":"SKU9UNV","realm":"TM","2FABands":["Red"],"enable2FA":true,"enableCaptcha":true,"enableFullstoryPercentage":20,"enableMonetate":true,"enableNudetect":true,"enablePerimeterx":true,"enableTimer":true,"hideVoice2FA":false,"integrationClient":"ccp_edp","countryCode":"US"} }).then(function(res) { if(window.tmIdentityOnLoad) { tmIdentityOnLoad(res); } }).catch(function(res) { if(window.tmIdentityOnFail) { tmIdentityOnFail(res); } }); }; document.head.appendChild(embed); })();