function contactMe(prefix, host) {
	var thisLink = ": <a href='mailto:" + prefix + "@" + host + "'>email</a>";
	$('footer .contact').append(thisLink);
}
