        function check()
        {
                if (top == self)
                {
                        var me = escape(self.location.pathname);
                        self.location.href = "index.htm";
                }
        }

