function insertContact(theName, linkText)

{

theDomain='homefromthesea'+'.co.uk'

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

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

}
