function add_bookmark() {
<!--
if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
//document.write('Internet Explorer 専用お気に入り追加ボタン。<br>');
document.write('<input type="button" value="お気に入りに追加"');
document.write(' onclick="window.external.AddFavorite(\'http://www.eigobin.com\',\'英文メールと英文日記の英語便\')">');
document.write('<![endif]-'+'->');
}

else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
//document.write('Firefox 専用ブックマーク追加ボタン<br>');
document.write('<input type="button" value="ブックマークに追加"');
document.write(' onclick="window.sidebar.addPanel(\'英文メールと英文日記の英語便\',\'http://www.eigobin.com\',\'\');">');
}

else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
//document.write('Opera ブックマーク追加用');
document.write('<a href="http://www.eigobin.com" rel="sidebar" title="英文メールと英文日記の英語便">ブックマークに追加</a>');
}

else { //該当なし
void(0); //何もしない
}
//-->

 }
