if(typeof Wonderbra == "undefined") Wonderbra={};
Wonderbra.LoginPage_class = function() {};
Object.extend(Wonderbra.LoginPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(UserName, Password) {
		return this.invoke("Login", {"UserName":UserName, "Password":Password}, this.Login.getArguments().slice(2));
	},
	CheckLogin: function() {
		return this.invoke("CheckLogin", {}, this.CheckLogin.getArguments().slice(0));
	},
	url: '/ajaxpro/Wonderbra.LoginPage,App_Code.zjm3ooww.ashx'
}));
Wonderbra.LoginPage = new Wonderbra.LoginPage_class();


