adgift_class = function() {};
Object.extend(adgift_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDateTimeInfo: function() {
		return this.invoke("GetDateTimeInfo", {}, this.GetDateTimeInfo.getArguments().slice(0));
	},
	StartSearch: function() {
		return this.invoke("StartSearch", {}, this.StartSearch.getArguments().slice(0));
	},
	url: '/ajaxpro/adgift,App_Web_hyz_1zm6.ashx'
}));
adgift = new adgift_class();

