<!--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('Eric Hall' + '</a>' + ' 1997-2010');
//End-->




