// JavaScript Document
<!-- Begin
user = "stella";
site = "thenightingalecentre.org.uk";
name = "Stella Burney";
document.write('<a href="mailto:' + user + '@' + site + '">');
document.write(name + '</a>');
// End -->