if(navigator.userAgent.indexOf("MSIE") > -1) {
  document.write('<!-'+'-[if IE]>');
  document.write('<a href="javascript:void(0);"');
  document.write(' onclick="window.external.AddFavorite(\'http://www.kasai-seitai.jp/\',\'\')">');
  document.write('<span>お気に入りに追加</span>');
  document.write('</a>');
  document.write('<![endif]-'+'->');
} else if(navigator.userAgent.indexOf("Firefox") > -1) {
  document.write('<a href="javascript:void(0);"');
  document.write(' onclick="window.sidebar.addPanel(\'\',\'http://www.kasai-seitai.jp/\',\'\');">');
  document.write('<span>お気に入りに追加</span>');
  document.write('</a>');
} else if(navigator.userAgent.indexOf("Opera") > -1) {
  document.write('<a href="http://www.kasai-seitai.jp/" rel="sidebar" title="">');
  document.write('<span>お気に入りに追加</span>');
  document.write('</a>');
} else {
  document.write('<a href="javascript:void(0);"');
  document.write(' onclick="window.sidebar.addPanel(\'\',\'http://www.kasai-seitai.jp/\',\'\');">');
  document.write('<span>お気に入りに追加</span>');
  document.write('</a>');
}

