
mesg = new Array();
mesg[1]="\nCompose E-Mail?";
mesg[2]="\nKontakta?";
mesg[3]="\nCompose E-Mail?";


decoy = "stopspam@nosuch.net";
ePost = "X";

function changeIt(name) {
atsym = decoy.substring(8,9);
ePost = name+"oen"+atsym+"yahoo."+"com";
}

function redir(redo) {

if (confirm(mesg[mesgNo])) {
changeIt('kbm');
}

redo.href = "mailto:"+ePost;
return true;
}



sn = "winName";

if (self.name) {
sn = self.name;
}

if (sn != "surf") {
adr = "<tt>Kevin Moen<br />P.O. Box 512<br />Emmett, ID 83617<br />USA</tt>";
}

