var B='forest-haven';                                    // Addressee
var D='hotmail.com';                                    // Domain Name
var F='An Enquiry for forest-haven.'; // Subject Line

var A='\<a href=\"mailto:';var C='\@'; var E='\?Subject\='; var G='\">'; TheLine=A + B + C + D + E + F +G;
document.write("<div style=\"position:absolute; left:42px; top:34px; width:60px; height: 30px;\">");
document.write(TheLine);
document.write("<img src=\"pix/email.gif\" title=\"If you like this site or want to make a comment - click here to send me an email.\" border=\"0\" width=\"60\" height=\"30\" align=\"top\" valign=\"top\" hspace=\"0\" vspace=\"0\" /></a>");
document.write("</div>");

