var user = "edsmith"; //for example - "joe_bloggs"
var domain = "Lasjoyasranch.com"; //for example - "hotmail.com"
var subject = "Info from Las Joyas Ranch Web Site"; //for example = "website feedback"
var bodytext = "Enter your message here"; //for example - "dear Joe, here are my comments"
document.write('<a href=\"mailto:' + user + '@' + domain + '?subject=' + subject + '&body=' + bodytext + '\">'); 
document.write('<img id="imgemail" src="images/HomePage/emailflat.jpg" alt="Email Las Joyas Ranch for further info" ></a>');
