var name = "mill.cottage@tiscali.co.uk";
var domain = "tiscali.co.uk";
document.write('<a href=\"mailto:' + 'mill.cottage' + '@' + domain + '\">');
document.write(name + '</a>');


