if(typeof ptenjoy == "undefined") ptenjoy={};
if(typeof ptenjoy.buycart_class == "undefined") ptenjoy.buycart_class={};
ptenjoy.buycart_class = function() {};
Object.extend(ptenjoy.buycart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateAjax: function(code) {
		return this.invoke("ValidateAjax", {"code":code}, this.ValidateAjax.getArguments().slice(1));
	},
	CodeState: function() {
		return this.invoke("CodeState", {}, this.CodeState.getArguments().slice(0));
	},
	url: '/ajaxpro/ptenjoy.buycart,ptenjoy.ashx'
}));
ptenjoy.buycart = new ptenjoy.buycart_class();

