if(typeof Yidianda == "undefined") Yidianda={};
if(typeof Yidianda.Web == "undefined") Yidianda.Web={};
if(typeof Yidianda.Web.MasterPage == "undefined") Yidianda.Web.MasterPage={};
if(typeof Yidianda.Web.MasterPage.HomeMaster == "undefined") Yidianda.Web.MasterPage.HomeMaster={};
Yidianda.Web.MasterPage.HomeMaster_class = function() {};
Object.extend(Yidianda.Web.MasterPage.HomeMaster_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCartNum: function() {
		return this.invoke("getCartNum", {}, this.getCartNum.getArguments().slice(0));
	},
	url: '/ajaxpro/Yidianda.Web.MasterPage.HomeMaster,Yidianda.Web.ashx'
}));
Yidianda.Web.MasterPage.HomeMaster = new Yidianda.Web.MasterPage.HomeMaster_class();

