addNamespace("WebRoot_main_postinfor_postgolf");
WebRoot_main_postinfor_postgolf_class = Class.create();
WebRoot_main_postinfor_postgolf_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_postgolf,App_Web_3lg__xjy.ashx";
	}
})
WebRoot_main_postinfor_postgolf = new WebRoot_main_postinfor_postgolf_class();

