// JavaScript Document
var str00="<#ZC_BLOG_HOST#>";
		var str01="<#ZC_MSG033#>";
		var str02="<#ZC_MSG034#>";
		var str03="<#ZC_MSG035#>";
		var str06="<#ZC_MSG057#>";
		var intMaxLen="<#ZC_CONTENT_MAX#>";
		var strBatchView="";
		var strBatchInculde="";
		var strBatchCount="";
		
$(document).ready(function(){ 

try{
	var elScript = document.createElement("script");
	elScript.setAttribute("language", "JavaScript");
	elScript.setAttribute("src", "<#ZC_BLOG_HOST#>function/c_html_js.asp?act=batch"+unescape("%26")+"view=" + escape(strBatchView)+unescape("%26")+"inculde=" + escape(strBatchInculde)+unescape("%26")+"count=" + escape(strBatchCount));
	document.getElementsByTagName("body")[0].appendChild(elScript);
	}
catch(e){};

});
