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