﻿var mail = new String();
mail = '<a href="mailto:sakae@aroma.ocn.ne.jp">お問い合わせメール</a>';
function setEmail() {
	document.write(mail);
}
