var mapkey='As4V6uMMa7kgDRJQ5diaXyxVb0rKNOfFFO-DWW8w12XVePg5U6_Snw16nnUffL_M'; var lp_ip = ''; var tran_id ='6f84199b544987f88ac368719997ea0b'; var c1 = GetVar('c1'); var c2 = GetVar('c2'); var c3 = GetVar('c3'); var c4 = GetVar('c4'); var c5 = GetVar('c5'); var c6 = GetVar('c6'); var c7 = GetVar('c7'); var c8 = GetVar('c8'); var c9 = GetVar('c9'); var c10 = GetVar('c10'); var keyword = GetVar('k'); var cost = GetVar('cost'); var referer = decodeURI(GetVar('referer')); var gclid = GetVar('gclid'); var user_agent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'; var language = ''; var devices = 'Desktop'; var os = 'Unknown'; var os_version = 'Unknown'; var app = ''; var app_version = ''; var country ='United States'; var state ='US'; var city = 'Fairfield'; var isp ='General+Electric+Company'; var org ='General+Electric+Company'; var ip='3.144.124.232'; if(referer==""){ var referer = document.referrer; } var jresolution = screen.width + 'x' + screen.height; var jlanguage = navigator.appName == 'Netscape' ? navigator.language : navigator.browserLanguage; var jos=navigator.platform; var jbrowser=getbrowser(); var rurl = "//trk.earthoverworld.com/lpcallback.php?lpip=" + encodeURIComponent(lp_ip) + "&tran_id=" + encodeURIComponent(tran_id) + "&c1=" + encodeURIComponent(c1) + "&c2=" + encodeURIComponent(c2) + "&c3=" + encodeURIComponent(c3) + "&c4=" + encodeURIComponent(c4) + "&c5=" + encodeURIComponent(c5) + "&c6=" + encodeURIComponent(c6)+ "&c7=" + encodeURIComponent(c7)+ "&c8=" + encodeURIComponent(c8) + "&c9=" + encodeURIComponent(c9)+ "&c10=" + encodeURIComponent(c10) + "&keyword=" + encodeURIComponent(keyword) + "&cost=" + encodeURIComponent(cost) + "&referer=" + encodeURIComponent(referer) + "&gclid=" + encodeURIComponent(gclid) + "&jreferer=" + encodeURIComponent(referer) + "&jresolution=" + encodeURIComponent(jresolution) + "&jlanguage=" + encodeURIComponent(jlanguage)+"&jos="+jos+"&jbrowser="+jbrowser+"&user_agent="+encodeURIComponent(user_agent)+"&language="+encodeURIComponent(language)+"&app="+encodeURIComponent(app)+"&app_version="+encodeURIComponent(app_version)+"&devices="+encodeURIComponent(devices)+"&os="+encodeURIComponent(os)+"&os_version="+encodeURIComponent(os_version); (function (da, sa) { var jsa, recjs = da.getElementsByTagName(sa)[0], load = function (url, id) { if (da.getElementById(id)) { return; } jsscript = da.createElement("script"); jsscript.src = url; jsscript.async = true; jsscript.id = id; recjs.parentNode.insertBefore(jsscript, recjs); }; load(rurl, "recjs"); }(document, "script")); function Enc(e) { return encodeURIComponent(e); } function GetVar(name) { get_string = document.location.search; return_value = ''; do { name_index = get_string.indexOf(name + '='); if (name_index != -1) { get_string = get_string.substr(name_index + name.length + 1, get_string.length - name_index); end_of_value = get_string.indexOf('&'); if (end_of_value != -1) { value = get_string.substr(0, end_of_value); } else { value = get_string; } if (return_value == '' || value == '') { return_value += value; } else { return_value += ', ' + value; } } } while (name_index != -1); //Restores all the blank spaces var space = return_value.indexOf('+'); while (space != -1) { return_value = return_value.substr(0, space) + ' ' + return_value.substr(space + 1, return_value.length); space = return_value.indexOf('+'); } if(name=="k"||name=="cost"||name=="referer"||name=="gclid"||name=="tclid"||name=="c1"||name=="c2"||name=="c3"||name=="c4"||name=="c5"||name=="c6"||name=="c7"||name=="c8"||name=="c9"||name=="c10"){ return (return_value); } return name; } function convert_to_timezone(value) { var hours = parseInt(value); value -= parseInt(value); value *= 60; var mins = parseInt(value); value -= parseInt(value); value *= 60; var secs = parseInt(value); var display_hours = hours; // handle GMT case (00:00) if (hours == 0) { display_hours = "00"; } else if (hours > 0) { // add a plus sign and perhaps an extra 0 display_hours = (hours < 10) ? "+0"+hours : "+"+hours; } else { // add an extra 0 if needed display_hours = (hours > -10) ? "-0"+Math.abs(hours) : hours; } mins = (mins < 10) ? "0"+mins : mins; return display_hours+":"+mins; } function getbrowser(){ // Chrome 1+ var isChrome = !!window.chrome && !!window.chrome.webstore; if (isChrome){ return "Chrome"; } // Internet Explorer 6-11 var isIE = /*@cc_on!@*/false || !!document.documentMode; if (isIE){ return "IE"; } // Edge 20+ var isEdge = !isIE && !!window.StyleMedia; if (isEdge){ return "Edge"; } // Firefox 1.0+ var isFirefox = typeof InstallTrigger !== 'undefined'; if (isFirefox){ return "Firefox"; } // Opera 8.0+ var isOpera = (!!window.opr && !!opr.addons) || !!window.opera; if (isOpera){ return "Opera"; } // At least Safari 3+: "[object HTMLElementConstructor]" var isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0; if (isSafari){ return "Safari"; } // Blink engine detection var isBlink = (isChrome || isOpera) && !!window.CSS; if (isBlink){ return "Blink"; } return "Unknown"; }