if(typeof Wild == "undefined") Wild={};
if(typeof Wild.FAQ == "undefined") Wild.FAQ={};
Wild.FAQ_class = function() {};
Object.extend(Wild.FAQ_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FetchTheFAQDetailData: function(Id) {
		return this.invoke("FetchTheFAQDetailData", {"Id":Id}, this.FetchTheFAQDetailData.getArguments().slice(1));
	},
	FetchTheCategoryData: function() {
		return this.invoke("FetchTheCategoryData", {}, this.FetchTheCategoryData.getArguments().slice(0));
	},
	url: '/ajaxpro/Wild.FAQ,Wild.ashx'
}));
Wild.FAQ = new Wild.FAQ_class();

