if(typeof BadDrivingMaster == "undefined") BadDrivingMaster={};
BadDrivingMaster_class = function() {};
Object.extend(BadDrivingMaster_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	MapMoved: function(objGoogleCoords) {
		return this.invoke("MapMoved", {"objGoogleCoords":objGoogleCoords}, this.MapMoved.getArguments().slice(1));
	},
	GetLat: function(CountyName) {
		return this.invoke("GetLat", {"CountyName":CountyName}, this.GetLat.getArguments().slice(1));
	},
	GetLong: function(CountyName) {
		return this.invoke("GetLong", {"CountyName":CountyName}, this.GetLong.getArguments().slice(1));
	},
	url: '/ajaxpro/BDMaster,App_Web_yy2uiazg.ashx'
}));
BadDrivingMaster = new BadDrivingMaster_class();

