if(typeof chinaitlab == "undefined") chinaitlab={};
if(typeof chinaitlab.com == "undefined") chinaitlab.com={};
if(typeof chinaitlab.com.web == "undefined") chinaitlab.com.web={};
if(typeof chinaitlab.com.web.MyLogin == "undefined") chinaitlab.com.web.MyLogin={};
chinaitlab.com.web.MyLogin_class = function() {};
Object.extend(chinaitlab.com.web.MyLogin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	initLoginPage: function() {
		return this.invoke("initLoginPage", {}, this.initLoginPage.getArguments().slice(0));
	},
	GetLogin: function(username, password) {
		return this.invoke("GetLogin", {"username":username, "password":password}, this.GetLogin.getArguments().slice(2));
	},
	url: '/ajaxpro/chinaitlab.com.web.MyLogin,chinaitlab.com.web.ashx'
}));
chinaitlab.com.web.MyLogin = new chinaitlab.com.web.MyLogin_class();

