if(typeof Securex == "undefined") Securex={};
if(typeof Securex.ApplicationBlocks == "undefined") Securex.ApplicationBlocks={};
if(typeof Securex.ApplicationBlocks.WebControls == "undefined") Securex.ApplicationBlocks.WebControls={};
if(typeof Securex.ApplicationBlocks.WebControls.DateBoxValidator == "undefined") Securex.ApplicationBlocks.WebControls.DateBoxValidator={};
Securex.ApplicationBlocks.WebControls.DateBoxValidator_class = function() {};
Object.extend(Securex.ApplicationBlocks.WebControls.DateBoxValidator_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateControlValue: function(date, allowToday, allowPast, allowFuture, allowBlank, minDate, maxDate) {
		return this.invoke("ValidateControlValue", {"date":date, "allowToday":allowToday, "allowPast":allowPast, "allowFuture":allowFuture, "allowBlank":allowBlank, "minDate":minDate, "maxDate":maxDate}, this.ValidateControlValue.getArguments().slice(7));
	},
	url: '/be/advice/ajaxpro/DateBoxValidator.ashx'
}));
Securex.ApplicationBlocks.WebControls.DateBoxValidator = new Securex.ApplicationBlocks.WebControls.DateBoxValidator_class();

