<!-- fresh pasta machines javascript file -->
<!-- marc sinclair 2006 -->

function emitherwrite(familyname,forename) {  
   document.write('<A HREF="&#109;&#97;&#105;&#108;&#116;&#111;&#58')
   var company = "freshpastamachines" + ".co.uk"
   document.write(forename)
   document.write(familyname.charAt(0))
   document.write('&#64;')
   document.write(company)
   document.write('">email</A>')
}
