<!-- 
var username = "timothy"; 
var hostname = "getintheloop.eu"; 
var linktext = username + " [ at ] " + hostname; 
document.write("<a href=" + "mail" + "to:" + username + "@" + hostname + " " + "title=" + "Send&nbsp;email&nbsp;to&nbsp;" + username + "@" + hostname + ">" + linktext + "</a>")
//-->