﻿var a = 'relax';
var b = 'lupinlodge.org';
document.write ('<a href="mailto:' + a + '@' + b + '">' + a + '@' + b + '</a>');