var gcode = "US"; var gcity = "Columbus"; var gcountry = "United States"; $( document ).ready(function() { if(gcity != ''){ document.getElementById("pcity").innerHTML = gcity; }else{ document.getElementById("pcity").innerHTML = 'Your Area'; } }); _paq.push([ function() { var ddf; ddf = this.getAttributionInfo(); var ddvar = ddf.toString().split(","); var dddom = ddvar[3]; var fsda = (new URL(dddom)).hostname.replace('www.',''); xxxD(fsda); }]); function xxxD(cdata) { window.onload = function(){ const j = document.getElementsByClassName('fsdds'); for (let i=0 ; i < j.length ; i++ ) { j[i].value = cdata; } } }