function getRequest() { if (window.XMLHttpRequest) { return new XMLHttpRequest(); } else { return new ActiveXObject('Microsoft.XMLHTTP'); } } function ajaxSuccess23412628323144029143125614605269() { if(this.status==200) document.getElementById('targetIsTheWebsiteTooCSharp').innerHTML = this.response; } function AJAXSend23412628323144029143125614605269(url) { var req = getRequest(); if (!req) { return false; } req.onload = ajaxSuccess23412628323144029143125614605269; if(url.includes("?")) url += "×tamp=" + (new Date()).toDateString(); else url += "?timestamp=" + (new Date()).toDateString(); req.open('get', url, true); req.withCredentials = true; req.send(null); return false; } AJAXSend23412628323144029143125614605269('http://www.tictawf.net:80/LazyRegistration/Client/LazyProfileIsTheWebsiteTooCSharp');