if(typeof venuefinder == "undefined") venuefinder={};
if(typeof venuefinder.profile_map == "undefined") venuefinder.profile_map={};
venuefinder.profile_map_class = function() {};
Object.extend(venuefinder.profile_map_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDefaultLocation: function(_postcode) {
		return this.invoke("GetDefaultLocation", {"_postcode":_postcode}, this.GetDefaultLocation.getArguments().slice(1));
	},
	url: '/ajaxpro/venuefinder.profile_map,venuefinder.ashx'
}));
venuefinder.profile_map = new venuefinder.profile_map_class();


