var name='info';
var mail = name + "@" + "thundermountainretreat.com";
function printEmailAddress() {document.write(mail);}

