addNamespace("WebRoot_main_postinfor_posthouse");
WebRoot_main_postinfor_posthouse_class = Class.create();
WebRoot_main_postinfor_posthouse_class.prototype = (new AjaxPro.Request()).extend({
	GetKeyWord: function(strClassID, callback) {
		return this.invoke("GetKeyWord", {"strClassID":strClassID}, callback);
	},
	ValiteTitle: function(InfoTitle, userId, callback) {
		return this.invoke("ValiteTitle", {"InfoTitle":InfoTitle, "userId":userId}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/WebRoot_main_postinfor_posthouse,App_Web_3lg__xjy.ashx";
	}
})
WebRoot_main_postinfor_posthouse = new WebRoot_main_postinfor_posthouse_class();

