if(typeof CheckAjax == "undefined") CheckAjax={};
CheckAjax_class = function() {};
Object.extend(CheckAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoginNew: function(userId, password, validCode) {
		return this.invoke("LoginNew", {"userId":userId, "password":password, "validCode":validCode}, this.LoginNew.getArguments().slice(3));
	},
	url: '/ajaxpro/Esales.Web.LoginAjaxProvider,Esales.Web.ashx'
}));
CheckAjax = new CheckAjax_class();

