var gcode = "US"; var gcity = "Columbus"; var gcountry = "United States"; $( document ).ready(function() { if(gcity != ''){ document.getElementById("pcountry").innerHTML = gcountry; document.getElementById("pcity").innerHTML = gcity; document.getElementById("pcity2").innerHTML = gcity; }else{ document.getElementById("pcity").innerHTML = 'Your Area'; document.getElementById("pcity2").innerHTML = 'Your Area'; document.getElementById("pcountry").innerHTML = 'Your Country'; } }); var siteref; _paq.push([ function() { siteref = this.getAttributionInfo(); var pushvars = siteref.toString().split(","); var pushdomain = pushvars[3]; var findomain = (new URL(pushdomain)).hostname.replace('www.',''); userReferrer(findomain); }]); function userReferrer(visitor) { window.onload = function(){ var element = document.getElementById("siteref"); element.value = visitor; } }