if(typeof WorksUnit == "undefined") WorksUnit={};
if(typeof WorksUnit.Faststream == "undefined") WorksUnit.Faststream={};
if(typeof WorksUnit.Faststream.InternalRecruitment == "undefined") WorksUnit.Faststream.InternalRecruitment={};
if(typeof WorksUnit.Faststream.InternalRecruitment.Website == "undefined") WorksUnit.Faststream.InternalRecruitment.Website={};
if(typeof WorksUnit.Faststream.InternalRecruitment.Website.Controls == "undefined") WorksUnit.Faststream.InternalRecruitment.Website.Controls={};
WorksUnit.Faststream.InternalRecruitment.Website.Controls.Faqs_class = function() {};
Object.extend(WorksUnit.Faststream.InternalRecruitment.Website.Controls.Faqs_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddFaq: function(question, answer, type) {
		return this.invoke("AddFaq", {"question":question, "answer":answer, "type":type}, this.AddFaq.getArguments().slice(3));
	},
	RemoveFaq: function(faqId) {
		return this.invoke("RemoveFaq", {"faqId":faqId}, this.RemoveFaq.getArguments().slice(1));
	},
	url: '/ajaxpro/WorksUnit.Faststream.InternalRecruitment.Website.Controls.Faqs,Website.ashx'
}));
WorksUnit.Faststream.InternalRecruitment.Website.Controls.Faqs = new WorksUnit.Faststream.InternalRecruitment.Website.Controls.Faqs_class();

