if(typeof _index == "undefined") _index={};
_index_class = function() {};
Object.extend(_index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	login: function(name, pwd, type) {
		return this.invoke("login", {"name":name, "pwd":pwd, "type":type}, this.login.getArguments().slice(3));
	},
	url: '/ajaxpro/_index,App_Web_z9kgkyfh.ashx'
}));
_index = new _index_class();

