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