if(typeof Goohom == "undefined") Goohom={};
if(typeof Goohom.Web == "undefined") Goohom.Web={};
if(typeof Goohom.Web.Ajax == "undefined") Goohom.Web.Ajax={};
if(typeof Goohom.Web.Ajax.CFavoriteAjax == "undefined") Goohom.Web.Ajax.CFavoriteAjax={};
Goohom.Web.Ajax.CFavoriteAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.CFavoriteAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InsertMsg: function(typecode, title) {
		return this.invoke("InsertMsg", {"typecode":typecode, "title":title}, this.InsertMsg.getArguments().slice(2));
	},
	My_InsertMsg: function(typecode, Url) {
		return this.invoke("My_InsertMsg", {"typecode":typecode, "Url":Url}, this.My_InsertMsg.getArguments().slice(2));
	},
	changegrade: function(favorId, grade) {
		return this.invoke("changegrade", {"favorId":favorId, "grade":grade}, this.changegrade.getArguments().slice(2));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.CFavoriteAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.CFavoriteAjax = new Goohom.Web.Ajax.CFavoriteAjax_class();

