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