// JavaScript Document
var mail = ["abe","h-green.or.jp"].join("@");
document.write(['<a href="mailto:', '">', '</a>'].join(mail));
