        function a(txt) {
                self.status = txt
        }
        function b() {
                self.status = ""
        }
