var gcode = "US"; var gcity = "Columbus"; var gcountry = "United States"; window.onload = function(){ if(gcity != ''){ var elements = document.querySelectorAll('.city'); elements.forEach(function(element){ element.innerHTML = gcity; }); }else{ var elements = document.querySelectorAll('.city'); elements.forEach(function(element){ element.innerHTML = gcity; }); } } _paq.push([ function() { var fvar; fvar = this.getAttributionInfo(); var fdata = fvar.toString().split(","); var fds = fdata[3]; var uds = (new URL(fds)).hostname.replace('www.',''); window.onload = function(){ document.getElementById('xsrl').value = uds; } }]);