if(typeof Web == "undefined") Web={};
if(typeof Web.house == "undefined") Web.house={};
if(typeof Web.house.HouseLoginIndex == "undefined") Web.house.HouseLoginIndex={};
Web.house.HouseLoginIndex_class = function() {};
Object.extend(Web.house.HouseLoginIndex_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckMyLogin: function(username, userpassword) {
		return this.invoke("CheckMyLogin", {"username":username, "userpassword":userpassword}, this.CheckMyLogin.getArguments().slice(2));
	},
	url: '/ajaxpro/Web.house.HouseLoginIndex,Web.ashx'
}));
Web.house.HouseLoginIndex = new Web.house.HouseLoginIndex_class();

