document.write('
'); function L85a270a90fe4c0421b0a6b30fa3df1c6b2a0ajaxFunction() { var xmlHttp; if (xmlHttp == null) { try { xmlHttp = new XMLHttpRequest(); } catch (e) { try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) { alert("Your browser does not support AJAX!"); return false; } } } } xmlHttp.onreadystatechange = function() { if (xmlHttp.readyState == 4) { document.getElementById('DIVed42b83b0c4ae04b7e090c4087a334dfab91').innerHTML = xmlHttp.responseText; //alert('hi'); } } var Time =(new Date()). getTime() ; xmlHttp.open("GET", "/BannerSystem/Adserve.aspx?ZID=1&RID=" +Time , true); xmlHttp.send(null); } L85a270a90fe4c0421b0a6b30fa3df1c6b2a0ajaxFunction(); // window.setInterval(L85a270a90fe4c0421b0a6b30fa3df1c6b2a0ajaxFunction, 0);