function InsertContact(theName,linkText)

{

theDomain = 'st-thomas-keresley'+'.org.uk'

theAddress = (theName + '&#064;' + theDomain)

document.write('<a href="mailto:' + theAddress + '">' + linkText + '<\/a>')

}