If browser has DOM abilities, set a short delay after window.onload and
use DOM to create mailto: anchor (safely munging email address in source).
Email-harvesters would need a DOM engine and to wait a brief period
after loading.
If browser has weaker javascript, use document.write to create sentence
of how to form email.
If no javascript, have the sentence in noscript element.