if(typeof sp16888 == "undefined") sp16888={};
if(typeof sp16888.index == "undefined") sp16888.index={};
sp16888.index_class = function() {};
Object.extend(sp16888.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(username, password, checkcode) {
		return this.invoke("Login", {"username":username, "password":password, "checkcode":checkcode}, this.Login.getArguments().slice(3));
	},
	url: '/ajaxpro/sp16888.index,sp16888.ashx'
}));
sp16888.index = new sp16888.index_class();


