if(typeof BizNet == "undefined") BizNet={};
if(typeof BizNet.Business == "undefined") BizNet.Business={};
if(typeof BizNet.Business.Ajax == "undefined") BizNet.Business.Ajax={};
if(typeof BizNet.Business.Ajax.Log_class == "undefined") BizNet.Business.Ajax.Log_class={};
BizNet.Business.Ajax.Log_class = function() {};
Object.extend(BizNet.Business.Ajax.Log_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InsertAlertWindowLog: function(msg) {
		return this.invoke("InsertAlertWindowLog", {"msg":msg}, this.InsertAlertWindowLog.getArguments().slice(1));
	},
	url: '/ajaxpro/BizNet.Business.Ajax.Log,BizNet.Business.ashx'
}));
BizNet.Business.Ajax.Log = new BizNet.Business.Ajax.Log_class();


