var ua = navigator.userAgent;

if (ua.match(/MSIE (\d\.\d+)/)) {
	document.write('<a href="mailto:?subject=',EscapeSJIS(document.title),'&body=',location,'"><img src="/images/global/mail.gif" alt="E-mail this page" width="15" height="16" /></a>');
}
else {
	document.write('<a href="mailto:?subject=',document.title,'&body=',location,'"><img src="/images/global/mail.gif" alt="E-mail this page" width="15" height="16" /></a>');
}