Cart_class = function() {};
Object.extend(Cart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/Cart,App_Web_f1hejb1h.ashx'
}));
Cart = new Cart_class();

