if(typeof CMS == "undefined") CMS={};
if(typeof CMS.FAQRetrieve == "undefined") CMS.FAQRetrieve={};
CMS.FAQRetrieve_class = function() {};
Object.extend(CMS.FAQRetrieve_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerSideFAQRetrieve: function(faqId) {
		return this.invoke("ServerSideFAQRetrieve", {"faqId":faqId}, this.ServerSideFAQRetrieve.getArguments().slice(1));
	},
	url: '/ajaxpro/CMS.FAQRetrieve,Catalyst.Web.CMS.ashx'
}));
CMS.FAQRetrieve = new CMS.FAQRetrieve_class();


