<!--
var who = "slackmistress";
var url = "theslack.com";
function print_mail_to_link() {
document.write("<a href=\"mailto");
document.write(":" + who + "@");
document.write(url + "\">" + "the slackmistress" + "<\/a>");
} 
//-->