UkMap_class = function() {};
Object.extend(UkMap_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetJobs: function(location, divisionId) {
		return this.invoke("GetJobs", {"location":location, "divisionId":divisionId}, this.GetJobs.getArguments().slice(2));
	},
	url: '/ajaxpro/UkMap,WorksUnit.Faststream.Website.ashx'
}));
UkMap = new UkMap_class();

