var l = "info";
l += "&#x40;"
l += "haus-wille";
l += ".de";
document.write(l + "<br>");  

