a="hello" ;
b="davidbeastall.co.uk" ;
document.write(' <a href=\" mailto:' +a+'@' +b+' \" >' );
document.write(a+'@' +b+' <\/a>' );