function MailLink() {
	var address = "cheese" + "@" + "alpa" + "ge.co" + ".jp";
	location.href = "mailto:" + address;
}