// function created based on idea at sorenson-usa

function antiSpam(id, title) {
document.write('<A href="mailto:' + id + '@fccplano.org">' + title + ' <img src="/files/images/email.gif" alt="'+ id + 
'@fccplano.org" height="10" width="15" border="0"></A>');
}
