function insertEmail(before, after) {
	document.write('<a href="mailto:' + before + '@' + after + '">' + before + '@' + after + '</a>');
}