if(typeof Include_header == "undefined") Include_header={};
Include_header_class = function() {};
Object.extend(Include_header_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DelCart: function(id) {
		return this.invoke("DelCart", {"id":id}, this.DelCart.getArguments().slice(1));
	},
	ShopMsg: function() {
		return this.invoke("ShopMsg", {}, this.ShopMsg.getArguments().slice(0));
	},
	url: '/ajaxpro/Include_header,App_Web_header.ascx.c8a18792.ashx'
}));
Include_header = new Include_header_class();

