// JavaScript Document foo

<!--
function eml_coder(account,domain,dotwhat)
{
document.write('<a href="mailto:'+account+'&#64;'+domain+'&#46;'+dotwhat+'?subject=Hi%20Fred" title="Hi Fred">'+account+'&#64;'+domain+'&#46;'+dotwhat+'</a>');
}
//-->


