function displayemail(){
  emailE=('craig@' + 'craigmayhew.com')	
  document.write('<a href="mailto:' + emailE + '">' + emailE + '</a>'
  )
}