if(typeof Faq == "undefined") Faq={};
Faq_class = function() {};
Object.extend(Faq_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Add: function(UserTitle, UserName, UserMail, Content) {
		return this.invoke("Add", {"UserTitle":UserTitle, "UserName":UserName, "UserMail":UserMail, "Content":Content}, this.Add.getArguments().slice(4));
	},
	url: '/ajaxpro/Faq,App_Web_j0mz6ywz.ashx'
}));
Faq = new Faq_class();

