if(typeof MethodKites == "undefined") MethodKites={};
MethodKites.ShoppingCart_class = function() {};
Object.extend(MethodKites.ShoppingCart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/MethodKites.ShoppingCart,MethodKites.ashx'
}));
MethodKites.ShoppingCart = new MethodKites.ShoppingCart_class();

