<!--
window.setTimeout("TopicHit()",100);
function TopicHit()
{
	try{
	var unid = document.all["unid"].value +"";
	var cmsserver = document.all["cmsserver"].value + "";
	if (unid.length != 32 || cmsserver == "")
	{
	    return;
	}
     var p = "http://" + cmsserver+"/szf/main.nsf/count?openagent&unid="+unid;
	document.all["abc"].src = p;
}catch(e)
{
  return;
}
}
//-->