function makeContact(theName, linkText) {
plastor = '&#112;&#108;&#97;&#115;&#116;&#111;&#114;'+'.co.uk'

theAddress = (theName+'&#064;'+plastor)
document.write('<a href="mailto:'+theAddress+'">'+linkText+'<\/a>')
}
function putContact(theName, linkText) {
plastor = '&#112;&#108;&#97;&#115;&#116;&#111;&#114;'+'.co.uk'

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


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