// Mr. Scoopy Pants to the Rescue
function scoopy() {
	var recip = "finder";
    var dom = "glbtfantasy";
	var tld = "com";
	document.write("<a href=" + "m" + "a" + "il" + "to:" + recip + "&#064;" + dom + "." + tld + ">");
	document.write("<img src='/images/finder.png' alt='Send email to Finder at this domain.' height=19 width=174>");
	document.write("<\/a>");
}