function makeContact(theName, linkText) {
syn = '&#115;&#121;&#110;&#101;&#114;&#103;&#121;'+'-wtp'+'.co.uk'

theAddress = (theName+'&#064;'+syn)
document.write('<a href="mailto:'+theAddress+'">'+linkText+'<\/a>')
}
function putContact(theName, linkText) {
tandt = '&#115;&#121;&#110;&#101;&#114;&#103;&#121;'+'-wtp'+'.co.uk'

theAddress = (theName+'&#064;'+syn)
document.write('Email: '+theAddress+'')
}


 // <script language="JavaScript">makeContact('info','click here to email us')</script>
 //  <script language="JavaScript">putContact('info','Email: ')</script>
 
 
