<!--
    function domail(usr, host) {
        window.location = "mailto:" + usr + '@' + host
    }         
 //--> 

