function correspond(u){
	window.location = "mailto:" + u.replace("[?]","@");
}