function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }

#norobotmail{
font-family: monospace;
font-weight: bold;
text-align: center;
font-size: 32px;
text-decoration: none
}