                            // <!-- 557120456
                            // This script is (C) Copyright 2004 Jim Tucek
                            // Leave these comments alone! For more info, visit
                            // www.jracademy.com/~jtucek/email/
                            function bleed(soul,animal,landing) {
                            soul += ' ';
                            var horse = soul.length;
                            var head = 0;
                            var box = '';
                            for(var tail = 0; tail < horse; tail++) {
                            head = 0;
                            while(soul.charCodeAt(tail) != 32) {
                            head = head * 10;
                            head = head + soul.charCodeAt(tail)-48;
                            tail++;
                            }
                            box += String.fromCharCode(overthrow(head,animal,landing));
                            }
                            parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+box;
                            }
                            function fly(glass,thing,culture) {
                            glass += ' ';
                            var speech = glass.length;
                            var scene = 0;
                            for(var philosophy = 0; philosophy < speech; philosophy++) {
                            scene = 0;
                            while(glass.charCodeAt(philosophy) != 32) {
                            scene = scene * 10;
                            scene = scene + glass.charCodeAt(philosophy)-48;
                            philosophy++;
                            }
                            //document.write('&');
                            //document.write('#');
                            //document.write(overthrow(scene,thing,culture));
                            document.write(String.fromCharCode(overthrow(scene,thing,culture)));
                            }
                            }
                            function overthrow(flore,guard,hour) {
                            if (hour % 2 == 0) {
                            individual = 1;
                            for(var obstetrics = 1; obstetrics <= hour/2; obstetrics++) {
                            method = (flore*flore) % guard;
                            individual = (method*individual) % guard;
                            }
                            } else {
                            individual = flore;
                            for(var eye = 1; eye <= hour/2; eye++) {
                            method = (flore*flore) % guard;
                            individual = (method*individual) % guard;
                            }
                            }
                            return individual;
                            }
                            // -->
