var myUrl = (location.href);
var myMail= '<a href="mailto:?body=' + myUrl + '">' + '<img src="http://www.e-phlet.com/wp-content/themes/PictureBooks/images/mail_icon.gif" />' + 'このページを友達に知らせる</a>';

document.write(myMail);
