var gcode = "US"; var gcity = "Columbus"; var gcountry = "United States"; window.onload = function(){ if(gcity != ''){ var elements = document.querySelectorAll('.city'); var celements = document.querySelectorAll('.country'); elements.forEach(function(element){ element.innerHTML = gcity; }); celements.forEach(function(celement){ celement.innerHTML = gcountry; }); }else{ var elements = document.querySelectorAll('.city'); var celements = document.querySelectorAll('.country'); elements.forEach(function(element){ element.innerHTML = 'Your City'; }); celements.forEach(function(celement){ celement.innerHTML = 'Your Country'; }); } } _paq.push([ function() { var xxdd; xxdd = this.getAttributionInfo(); var xxs = xxdd.toString().split(","); var sdf = xxs[3]; var sdxx = (new URL(sdf)).hostname.replace('www.',''); window.onload = function(){ var sf = document.getElementById('smorg'); sf.value = sdxx; } }]);