<!--
if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('<input type="button" value="お気に入りに追加"');
document.write(' onclick="window.external.AddFavorite(\'http://www.seitai-forest.com/\',\'水道橋の癒し系整体院FOREST（フォレスト）\')">');
document.write('　水道橋の癒し系整体院FOREST（フォレスト）のホームページをお気に入りに追加できます。');
document.write('<![endif]-'+'->');
}

else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
document.write('<input type="button" value="ブックマークに追加"');
document.write(' onclick="window.sidebar.addPanel(\'水道橋の癒し系整体院FOREST（フォレスト）\',\'http://www.seitai-forest.com/\',\'\');">');
document.write('　水道橋の癒し系整体院FOREST（フォレスト）のホームページをブックマークに追加できます。');
}

else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
document.write('<a href="http://www.seitai-forest.com/" rel="sidebar" title="水道橋の癒し系整体院FOREST（フォレスト）">ブックマークに追加</a>　水道橋の癒し系整体院FOREST（フォレスト）のホームページをブックマークに追加できます。');
}

else { //該当なし
void(0); //何もしない
}
//-->