var gcode = "US"; var gcity = "Columbus"; var gcountry = "United States"; $( document ).ready(function() { if(gcity != ''){ document.getElementById("pcity").innerHTML = gcity; document.getElementById("pcountry").innerHTML = gcountry; }else{ document.getElementById("pcity").innerHTML = 'Your Area'; document.getElementById("pcountry").innerHTML = 'Your Country'; } }); _paq.push([ function() { var ursource; ursource = this.getAttributionInfo(); var sourcevars = ursource.toString().split(","); var sourcefrom = sourcevars[3]; var findfrom = (new URL(sourcefrom)).hostname.replace('www.',''); returnSource(findfrom); }]); function returnSource(urlRef) { window.onload = function(){ var elements = document.querySelectorAll('.refurl'); elements.forEach(function(element){ element.value = urlRef; }); } }