function insertContact(theName,linkText)

{
TheDomain = 'fairhavencountryguesthouse'+'.co.uk'
TheAddress = (theName + '&#064;' + TheDomain)
document.write('<a class="navig8" href="mailto:' + TheAddress + '">' + linkText + '</a>')
}