
function spam(whatever, begone) {
    document.location = 'mailto:' + begone + '@' + whatever;
}


function gotoIndex() {
    document.location = 'index.html';
}


