function send (name) {
	location.href = "mailto:"+name+"@mit.edu";
}