document.write(""); var xmlhttp; if(window.XMLHttpRequest){ xmlhttp=new XMLHttpRequest(); }else{ xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function(){ if(xmlhttp.readyState==4 && (xmlhttp.status == 200 || xmlhttp.status == 304)){ document.getElementById("count282681").innerHTML+=xmlhttp.responseText; } } xmlhttp.open("GET","/cms/web/count2.jsp?articleID=282681",true); xmlhttp.send();