﻿var ajax2=new Ajax();if(window.addEventListener){window.addEventListener("load",getCount,false);}else if(window.attachEvent){window.attachEvent("onload",getCount);}function getCount(){var url="../../ajax/getArticleCount.ashx";ajax2.execute(url,"aid="+$("hideId").firstChild.nodeValue,"get",getCount2);}function getCount2(){if(ajax2.getState()==4){if(ajax2.getStatus()==200){var xmlDoc=ajax2.getText().split('|');$("readcount").firstChild.nodeValue=xmlDoc[1];$("replycount").firstChild.nodeValue=xmlDoc[2];$S("a",$S("h3",$("d_right"))[2])[0].target="_blank";}}}