if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('<input type="image" src="http://ai-ru.net/pc/img/favorite.gif" alt="お気に入り登録"');
document.write(' onclick="window.external.AddFavorite(\'http://ai-ru.net/\',\'エステティックサロンアイール\')">');
document.write('<![endif]-'+'->');
}

else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
document.write('<input type="image" src="http://ai-ru.net/pc/img/favorite.gif" alt="お気に入り登録" ');
document.write(' onclick="window.sidebar.addPanel(\'エステティックサロンアイール\',\'http://ai-ru.net/\',\'\');">');
}


else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
document.write('<a href="http://ai-ru.net/" rel="sidebar" title="エステティックサロンアイール"><img src="http://ai-ru.net/pc/img/favorite.gif" alt="エステティックサロンアイール" /></a>');
}

else { //該当なし
document.write('<input type="image" src="http://ai-ru.net/pc/img/favorite.gif" alt="お気に入り登録"');
document.write(' onclick="window.external.AddFavorite(\'http://ai-ru.net/\',\'エステティックサロンアイール\')">');
}