ybFindPhNums = ['16163925973', '16163925973', '18883250955', '18883250955']; ybReplacePhNums = ['18884000951', '18775300719', '18553683107', '18554479744'];       document.addEventListener("YextPhoneChangeEvent", yextPhoneChangeEventHandler, false);       function yextPhoneChangeEventHandler(e) {             e.preventDefault();             ybFun_ReplaceText();       }       if (typeof dmAPI != 'undefined') {             dmAPI.runOnReady('dpni', function() {                   setTimeout(ybFun_ReplaceText, 500);             });             dmAPI.subscribeEvent(dmAPI.EVENTS.SHOW_POPUP, function(data) {                   setTimeout(ybFun_ReplaceText, 500);                   console.log('dmAPI.EVENTS.SHOW_POPUP' + data);             });       } else {             window.onload = function() {                   setTimeout(ybFun_ReplaceText, 500);             }       }