emailE=('hello@' + 'fdmg.co.uk')
document.write('<a href="mailto:' + emailE + '">' + emailE + '</a>')

