if(typeof feedback == "undefined") feedback={};
feedback_class = function() {};
Object.extend(feedback_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkCustomer: function() {
		return this.invoke("checkCustomer", {}, this.checkCustomer.getArguments().slice(0));
	},
	LoginOut: function() {
		return this.invoke("LoginOut", {}, this.LoginOut.getArguments().slice(0));
	},
	url: '/ajaxpro/feedback,archlord.WebSite_deploy.ashx'
}));
feedback = new feedback_class();

