if(typeof member_Login == "undefined") member_Login={};
member_Login_class = function() {};
Object.extend(member_Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IfExitUserName: function(userName) {
		return this.invoke("IfExitUserName", {"userName":userName}, this.IfExitUserName.getArguments().slice(1));
	},
	url: '/ajaxpro/member_Login,App_Web_login.aspx.48943a5b.ashx'
}));
member_Login = new member_Login_class();

