function makeEmail(part1, part2){
	window.location = 'mailto:' + part1 + '@' + part2;
}