function emailAddress() {
    var cipher  = "%q#trP}|>qvv%s>w\">z#";
    var address = "";
    for(i = 0; i < cipher.length; i++) {
        address += String.fromCharCode((cipher.charCodeAt(i) + 44) % 93 + 33);
    }
    return address;
}

$('#contact').css('padding', '0 0 0 14px');
$('#contact').css('background', 'none');

document.writeln('<a href="mailto:' + emailAddress() + '?subject=[RAP-DB Inquiry]">' + emailAddress()  + '</a>');
