if(typeof DNot == "undefined") DNot={};
DNot_class = function() {};
Object.extend(DNot_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNoteID: function(strPhone) {
		return this.invoke("GetNoteID", {"strPhone":strPhone}, this.GetNoteID.getArguments().slice(1));
	},
	url: '/ajaxpro/DNot,App_Web_tftul4gv.ashx'
}));
DNot = new DNot_class();

