if(typeof CatChow == "undefined") CatChow={};
if(typeof CatChow.Web == "undefined") CatChow.Web={};
if(typeof CatChow.Web.AjaxUtility == "undefined") CatChow.Web.AjaxUtility={};
CatChow.Web.AjaxUtility_class = function() {};
Object.extend(CatChow.Web.AjaxUtility_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Search: function(text) {
		return this.invoke("Search", {"text":text}, this.Search.getArguments().slice(1));
	},
	Rating: function(rating, referenceId) {
		return this.invoke("Rating", {"rating":rating, "referenceId":referenceId}, this.Rating.getArguments().slice(2));
	},
	url: '/ajaxpro/CatChow.Web.AjaxUtility,App_Code.q8ngvcq2.ashx'
}));
CatChow.Web.AjaxUtility = new CatChow.Web.AjaxUtility_class();

