if(typeof FCWSite == "undefined") FCWSite={};
if(typeof FCWSite.Ajax == "undefined") FCWSite.Ajax={};
FCWSite.Ajax.AjaxMethods_class = function() {};
Object.extend(FCWSite.Ajax.AjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FindKeyword: function(keyword, count) {
		return this.invoke("FindKeyword", {"keyword":keyword, "count":count}, this.FindKeyword.getArguments().slice(2));
	},
	url: '/ajaxpro/FCWSite.Ajax.AjaxMethods,FCWSite.ashx'
}));
FCWSite.Ajax.AjaxMethods = new FCWSite.Ajax.AjaxMethods_class();

