<!--Begin
user = "eric"; //the bit before the'@' in your email addy
site = "erichall.eu";//the bit after the '@'
document.write('<a href="mailto:' + user + '@' + site + '\">');
document.write('mail me' + '</a>');
//End-->