function makeaddy(first) {
	location.href='mailto:' + first + '@eternaltourist.com';
}

