function mailme (address) {
var host = 'kelpiehome';
var domain = 'net';
location.href="mailto:" + address + "@" + host + "." + domain;
}
