// JavaScript Document

function outputEmailAddress(username, hostname){
	var linktext = "<img class='email' src='http://blog.alphatheory.com/images/" + username + "." + "j" + "p" + "g' />";
	document.write("<a href=" + "mail" + "to:" + username + "@" + hostname + ">" + linktext + "</a>")
}
