<!--
function wjmail (address, linkname) {
    emailE=( address+'@' + 'bow' + 'doin.edu') ;

    document.write('<a href="mailto:' + emailE + '">') ;
    
    if (linkname) { document.write(linkname) ; } 
    else { document.write(emailE) ;}


    document.write('</a>') ;

}  // end function wjmail
//-->
 
