﻿// email hidervar add = "sue@daleslife.demon.co.uk";var stat = '<a onmouseover="window.status=\' ' + 'Click here to send an email\'; return true" onmouseout="window.status=document.title" href="';	  function  emailTo(){output = stat + "mailto:" + add + '">' + "Email - click here" + '</a>';return output;}document.write(emailTo());//  end