if(typeof Shop_Index == "undefined") Shop_Index={};
Shop_Index_class = function() {};
Object.extend(Shop_Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetFavorite: function(SID) {
		return this.invoke("GetFavorite", {"SID":SID}, this.GetFavorite.getArguments().slice(1));
	},
	url: '/ajaxpro/Shop_Index,App_Web_shop-index.aspx.cdcab7d2.ashx'
}));
Shop_Index = new Shop_Index_class();

