if(typeof Sale == "undefined") Sale={};
Sale.user_price_class = function() {};
Object.extend(Sale.user_price_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	pageHTML: function(page, template, ajaxname, pagertag) {
		return this.invoke("pageHTML", {"page":page, "template":template, "ajaxname":ajaxname, "pagertag":pagertag}, this.pageHTML.getArguments().slice(4));
	},
	url: '/ajaxpro/Sale.user_price,Sale.ashx'
}));
Sale.user_price = new Sale.user_price_class();

