if(navigator.userAgent.indexOf("MSIE") > -1){ //IEの時
document.write('<!-'+'-[if IE]>');
document.write('<input type="image" src="http://www.umaimise.co.jp/eternity/img/okiniiri.jpg" value="お気に入りに登録" onclick="window.external.AddFavorite(location.href,document.title);">');
document.write('<![endif]-'+'->');
}

else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefoxのとき
document.write('<input type="image" src="http://www.umaimise.co.jp/eternity/img/okiniiri.jpg" value="お気に入りに登録" onclick="window.sidebar.addPanel(document.title,location.href,\'\');">');
}

else if(navigator.userAgent.indexOf("Safari") > -1){ //Safariのとき
document.write('<input type="image" src="http://www.umaimise.co.jp/eternity/img/okiniiri.jpg" value="お気に入りに登録" onclick="alert(\'command+D でお気に入りに登録できます。\')">');
}

else if(window.chrome){ //chromeのとき
document.write('<input type="image" src="http://www.umaimise.co.jp/eternity/img/okiniiri.jpg" value="お気に入りに登録" onclick="alert(\'ctrl+D でお気に入りに登録できます。\')">');
}

else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
document.write('<a href='+location.href+' rel="sidebar" title='+document.title+'>お気に入りに追加</a>');
}

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