﻿
<!--
function eml_coder(account,subject,domain,dotwhat)
{
document.write('Email: <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>');
}
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>');
}
//-->