if(typeof Goohom == "undefined") Goohom={};
if(typeof Goohom.Web == "undefined") Goohom.Web={};
if(typeof Goohom.Web.Page == "undefined") Goohom.Web.Page={};
if(typeof Goohom.Web.Page.ShopContact == "undefined") Goohom.Web.Page.ShopContact={};
Goohom.Web.Page.ShopContact_class = function() {};
Object.extend(Goohom.Web.Page.ShopContact_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendM: function(sendID, sendName, title, content, receID, receName) {
		return this.invoke("SendM", {"sendID":sendID, "sendName":sendName, "title":title, "content":content, "receID":receID, "receName":receName}, this.SendM.getArguments().slice(6));
	},
	url: '/ajaxpro/Goohom.Web.Page.ShopContact,App_Web_shopcontact.aspx.cdcab7d2.ashx'
}));
Goohom.Web.Page.ShopContact = new Goohom.Web.Page.ShopContact_class();

