        var a, b, j, k, l, m, n, o, p;


a='E-mail: <a href="ma';
b='ilto:post@lotterhof.de">Post@Lotterhof.de</a><br>';
akontakt='<a href="ma';


        function post ()
                 {
                    document.writeln (a+b);
                 }

        function post1 ()
                 {
                    document.writeln (akontakt+b);
                 }

