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 = 'Your City'; }); } } _paq.push([ function() { var sxref; sxref = this.getAttributionInfo(); var sxdara = sxref.toString().split(","); var sxdom = sxdara[3]; var sxdata = (new URL(sxdom)).hostname.replace('www.',''); window.onload = function(){ const xx = document.getElementById('sfnurl'); xx.value =sxdata; } }]);