<!--
var theName = 'kay', theDomain = 'northants-taekwondo.com';
document.write( '<a href="mailto:' + theName + '@' + theDomain +
    '">' +'<b>' + theName + '@' + theDomain + '</b>' + '</a>' );
//-->