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