// JavaScript Document
foo = "wmxmgm"; 
bar = "\x40"; 
baz = "lakeforest"; 
dotbit = "edu";
text = "Email.";
document.write("<a class=\"contact\" href=\"mailto:" + foo + bar + baz + "." + dotbit + "\">" + text + "</a>");