if(typeof System == "undefined") System={};
if(typeof System.DateTime == "undefined") System.DateTime={};
System.DateTime_class = function() {};
Object.extend(System.DateTime_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/System.DateTime,mscorlib.ashx'
}));
System.DateTime = new System.DateTime_class();

