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.DateBox == "undefined") Securex.ApplicationBlocks.WebControls.DateBox={};
Securex.ApplicationBlocks.WebControls.DateBox_class = function() {};
Object.extend(Securex.ApplicationBlocks.WebControls.DateBox_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxIsDateForm: function(dateValue) {
		return this.invoke("AjaxIsDateForm", {"dateValue":dateValue}, this.AjaxIsDateForm.getArguments().slice(1));
	},
	url: '/be/advice/ajaxpro/Securex.ApplicationBlocks.WebControls.DateBox,Securex.ApplicationBlocks.WebControls.ashx'
}));
Securex.ApplicationBlocks.WebControls.DateBox = new Securex.ApplicationBlocks.WebControls.DateBox_class();

