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

