// JavaScript Document
/* 
add this code to the GATHER INFO SPECIFIC TO THE PAGE section of meet the team: $pageInfo['js'] = '<script type="text/javascript" src="/js/email.js"></script>'; and remove
add this code where the email should appear <script type="text/javascript">displayE('name')</script> 
*/
function displayE(whose){
var d = 'theaccountantsonline';
var at = '@';
var tld = '.com';

document.write('<a href="mailto:' + whose + at + d + tld + '">' + whose + at + d + tld + '</a>');
}