// JavaScript Documentfunction insertContact(theName,linkText){theDomain = 'maurice'+'pierse'+'.com'theAddress = (theName + '&#064;' + theDomain)document.write('<a href="mailto:' + theAddress + '">' + linkText +'<\/a>')}
