

//Krypter mailadr
<!--
function veryverysecret(who, where, domain) {
        location.href = "mailto:" + who + "@" + where + "." + domain;
}
//-->
