<!--
function mapwin() {
        var remote=window.open('http://www.worldsgreatesthypnotist.com/map.html', 'map', 'width=200,height=310,resizable=no,scrollbars=no,status=no');
        if (remote != null) {
                if (remote.opener == null)
                        remote.opener = self;
        }
}
-->