if(typeof CommonControls == "undefined") CommonControls={};
CommonControls.DeliveryAreaSearch_class = function() {};
Object.extend(CommonControls.DeliveryAreaSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LocationFieldIsValid: function(state, suburb) {
		return this.invoke("LocationFieldIsValid", {"state":state, "suburb":suburb}, this.LocationFieldIsValid.getArguments().slice(2));
	},
	url: '/ajaxpro/CommonControls.DeliveryAreaSearch,CommonControls.ashx'
}));
CommonControls.DeliveryAreaSearch = new CommonControls.DeliveryAreaSearch_class();

