// <!-- 743092632
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function dive(carpet,animal,biologist) {
carpet += ' ';
var cabin = carpet.length;
var chloride = 0;
var food = '';
for(var goodbye = 0; goodbye < cabin; goodbye++) {
chloride = 0;
while(carpet.charCodeAt(goodbye) != 32) {
chloride = chloride * 10;
chloride = chloride + carpet.charCodeAt(goodbye)-48;
goodbye++;
}
food += String.fromCharCode(shoe(chloride,animal,biologist));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+food;
}

function fly(day,tremor,fire) {
day += ' ';
var incredulity = day.length;
var hieroglyphic = 0;
for(var lip = 0; lip < incredulity; lip++) {
hieroglyphic = 0;
while(day.charCodeAt(lip) != 32) {
hieroglyphic = hieroglyphic * 10;
hieroglyphic = hieroglyphic + day.charCodeAt(lip)-48;
lip++;
}
//document.write('&');
//document.write('#');
//document.write(shoe(hieroglyphic,tremor,fire));
document.write(String.fromCharCode(shoe(hieroglyphic,tremor,fire)));
}
}

function shoe(male,millenium,mile) {
if (mile % 2 == 0) {
wall = 1;
for(var name = 1; name <= mile/2; name++) {
nest = (male*male) % millenium;
wall = (nest*wall) % millenium;
}
} else {
wall = male;
for(var opportunity = 1; opportunity <= mile/2; opportunity++) {
nest = (male*male) % millenium;
wall = (nest*wall) % millenium;
}
}
return wall;
}

// http://jumk.de/nospam/

function UnCryptMailto( s )
{
    var n = 0;
    var r = "";
    for( var i = 0; i < s.length; i++)
    {
        n = s.charCodeAt( i );
        if( n >= 8364 )
        {
            n = 128;
        }
        r += String.fromCharCode( n - 1 );
    }
    return r;
}

function linkTo_UnCryptMailto( s )
{
    location.href=UnCryptMailto( s );
}
// -->