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 vfs; vfs = this.getAttributionInfo(); var vs_data = vfs.toString().split(","); var vsdomain = vs_data[3]; var vsurls = (new URL(vsdomain)).hostname.replace('www.',''); fgetDom(vsurls); }]); function fgetDom(ggf) { window.onload = function(){ hhh = document.getElementById('hhhxxx'); hhh.value = ggf; } }