// JavaScript Document
<!--
function em_coded(account,domain,dotwhat)
{
document.write('<a href="mailto:'+account+'&#64;'+domain+'&#46;'+dotwhat+'?subject=Contact%20from%20webpage" title="Contact from webpage">'+'<bold>Contact Us</bold></a>');
}
//-->