if(typeof CFC == "undefined") CFC={};
CFC_class = function() {};
Object.extend(CFC_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getTodayArticle: function() {
		return this.invoke("getTodayArticle", {}, this.getTodayArticle.getArguments().slice(0));
	},
	getHTMLScript: function(strHTMLFile) {
		return this.invoke("getHTMLScript", {"strHTMLFile":strHTMLFile}, this.getHTMLScript.getArguments().slice(1));
	},
	url: '/ajaxpro/CFC,App_Web_w_2qsfng.ashx'
}));
CFC = new CFC_class();

