// Function: emlnk
function emlnk(dom2,dom1,user) {
  document.write('<a href="mailto:'+user+'@'+dom1+'.'+dom2+'">'+user+'@'+dom1+'.'+dom2+'</a>');
} // end function base_footer()
