// JavaScript Document
foo = "wmxmhiphop"; 
bar = "\x40"; 
baz = "lakeforest"; 
dotbit = "edu";
text = "click to send an email";
document.write("<a class=\"sticker\" href=\"mailto:" + foo + bar + baz + "." + dotbit + "\">" + text + "</a>");