if(typeof ShoppingPageUser == "undefined") ShoppingPageUser={};
ShoppingPageUser_class = function() {};
Object.extend(ShoppingPageUser_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSource: function(divid) {
		return this.invoke("GetSource", {"divid":divid}, this.GetSource.getArguments().slice(1));
	},
	url: '/ajaxpro/ShoppingPageUser,App_Web_shoppingpageuser.aspx.c24d2718.ashx'
}));
ShoppingPageUser = new ShoppingPageUser_class();

