// email_master.js
// By Thomas J. Spirock
// Edited 10/05/01
// Updated 2006-Apr-26 by Ken Slater to webmaster@stellafane.com

// Javascript to write in the web master's email address.

// To use: ... <script>email_master()</script>?subject=Subject'>Send email</a> ...

function email_master()
{
  document.write('<a href="mailto:Webmaster@Stellafane.com');
}


