if(typeof jszlc == "undefined") jszlc={};
if(typeof jszlc.Admin == "undefined") jszlc.Admin={};
if(typeof jszlc.Admin.Index == "undefined") jszlc.Admin.Index={};
jszlc.Admin.Index_class = function() {};
Object.extend(jszlc.Admin.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoginChk: function(username, password, checkcode) {
		return this.invoke("LoginChk", {"username":username, "password":password, "checkcode":checkcode}, this.LoginChk.getArguments().slice(3));
	},
	url: '/ajaxpro/jszlc.Admin.Index,jszlc.ashx'
}));
jszlc.Admin.Index = new jszlc.Admin.Index_class();

