if(typeof AjaxLogin == "undefined") AjaxLogin={};
AjaxLogin_class = function() {};
Object.extend(AjaxLogin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(uid, pwd, vcode) {
		return this.invoke("Login", {"uid":uid, "pwd":pwd, "vcode":vcode}, this.Login.getArguments().slice(3));
	},
	url: '/ajaxpro/ListRoll,App_Web_my-knltk.ashx'
}));
AjaxLogin = new AjaxLogin_class();

