if(typeof Go2Colleges == "undefined") Go2Colleges={};
Go2Colleges_class = function() {};
Object.extend(Go2Colleges_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	list: function() {
		return this.invoke("list", {}, this.list.getArguments().slice(0));
	},
	total: function() {
		return this.invoke("total", {}, this.total.getArguments().slice(0));
	},
	getLocalInfo: function(geopoint) {
		return this.invoke("getLocalInfo", {"geopoint":geopoint}, this.getLocalInfo.getArguments().slice(1));
	},
	url: '/go2colleges/ajaxpro/Go2.BLL.SiteBO,App_Code.ro5uaudm.ashx'
}));
Go2Colleges = new Go2Colleges_class();

