// JavaScript Document
function URLtoEmail(){
nowurl = location.href
document.write('<a href="mailto:?subject=理研BSIニュース&body=' + nowurl + '"><img src="http://www.brain.riken.jp/files/global/mail.gif" alt="URLをメールで送る" width="16" height="16" border="0" /> URLをメールで送る</a>');
}