function email(one, two) {
	document.write('<a href="mailto&#58;' + one + '&#64;' + two + '">' + one + '&#64;' + two + '</A>')
}