Home_Room_UserControls_WebHead_class = function() {};
Object.extend(Home_Room_UserControls_WebHead_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(UserName, Password, InputCheckCode, CheckCode, SiteID) {
		return this.invoke("Login", {"UserName":UserName, "Password":Password, "InputCheckCode":InputCheckCode, "CheckCode":CheckCode, "SiteID":SiteID}, this.Login.getArguments().slice(5));
	},
	UpdateBindData: function() {
		return this.invoke("UpdateBindData", {}, this.UpdateBindData.getArguments().slice(0));
	},
	IsValid: function() {
		return this.invoke("IsValid", {}, this.IsValid.getArguments().slice(0));
	},
	url: '/ajaxpro/Home_Room_UserControls_WebHead,SLS.TWZT.ashx'
}));
Home_Room_UserControls_WebHead = new Home_Room_UserControls_WebHead_class();

