if(typeof Ajax == "undefined") Ajax={};
Ajax_class = function() {};
Object.extend(Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	upcart: function(name, type, count) {
		return this.invoke("upcart", {"name":name, "type":type, "count":count}, this.upcart.getArguments().slice(3));
	},
	url: '/ajaxpro/shoppingcart,App_Web_rvzahz1u.ashx'
}));
Ajax = new Ajax_class();

