addNamespace("uc_Cart");
uc_Cart_class = Class.create();
Object.extend(uc_Cart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetServiceAndRates: function(zip_code, country_code) {
		return this.invoke("GetServiceAndRates", {"zip_code":zip_code, "country_code":country_code}, this.GetServiceAndRates.getArguments().slice(2));
	},
	GetCountryList: function() {
		return this.invoke("GetCountryList", {}, this.GetCountryList.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/ajaxpro/uc_Cart,App_Web_uc_cart.ascx.cdcab7d2.-f57epj_.ashx';
	}
}));
uc_Cart = new uc_Cart_class();

