function putSBM (title_this, url_this) {
  // Internet Explorer
  if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
  document.writeln('<a title="Internet Explorerに追加" href="javascript:window.external.AddFavorite(\''+url_this+'\',\''+title_this+'\')"><img src="http://cookbiz.jp/images/bookmark/b_favorite.gif" width="14" height="14" alt="Internet Explorerに追加" /></a>');
  }
  // Yahoo!ブックマーク
  document.writeln('<a href="http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t=' + encodeURIComponent(title_this) + '&amp;u=' + encodeURIComponent(url_this) + '&amp;opener=bm&amp;ei=UTF-8" title="Yahoo!ブックマークに登録" target="_blank"><img src="http://i.yimg.jp/images/sicons/ybm16.gif" width="16" height="16" alt="' + title_this + 'をYahoo!ブックマークに登録" border="0" align="bottom" target="_blank" /><img src="http://num.bookmarks.yahoo.co.jp/image/small/' + url_this + '" border="0" alt="' + title_this + 'のYahoo!ブックマーク登録数" align="bottom" /></a>');
  //document.writeln('<a href="javascript:void window.open(\'http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t='+encodeURIComponent(title_this)+'&amp;u='+encodeURIComponent(url_this)+'&amp;ei=UTF-8\',\'_blank\',\'width=550,height=480,left=100,top=50,scrollbars=1,resizable=1\',0);"><img src="http://i.yimg.jp/images/sicons/ybm16.gif" width="16" height="16" alt="Yahoo!ブックマークに登録" style="border:none;"></a>');
  // Google Bookmarks
  document.writeln('<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=' + encodeURIComponent(url_this) + '&amp;title=' + encodeURIComponent(title_this) + '" title="Google Bookmarksに追加" target="_blank"><img src="http://www.google.co.jp/favicon.ico" alt="' + title_this + 'をGoogle Bookmarksに追加" width="16" height="16" border="0" align="bottom" /></a>');
  // はてブ
  document.writeln('<a href="http://b.hatena.ne.jp/append?' + encodeURIComponent(url_this) + '" title="はてなブックマークに追加"><img src="http://b.hatena.ne.jp/images/append.gif" width="16" height="12" border="0" alt="' + title_this + 'をはてなブックマークに追加" align="bottom" target="_blank"><img src="http://b.hatena.ne.jp/entry/image/' + url_this + '" border="0" alt="' + title_this + 'のはてブ数" align="bottom" /></a>');
  // livedoorクリップ
  document.writeln('<a href="http://clip.livedoor.com/clip/add?link=' + encodeURIComponent(url_this) + '&amp;title=' + encodeURIComponent(title_this) + '" title="livedoorクリップに追加" target="_blank"><img src="http://parts.blog.livedoor.jp/img/cmn/clip_16_12_b.gif" width="16" height="12" alt="' + title_this + 'をlivedoorクリップに追加" border="0" align="bottom" /><img src="http://image.clip.livedoor.com/counter/small/' + url_this + '" alt="クリップ数" border="0" align="bottom" /></a>');
  // del.icio.us
  document.writeln('<a href="http://del.icio.us/post?url=' + encodeURIComponent(url_this) + '&amp;title=' + encodeURIComponent(title_this) + '" title="del.icio.usに追加" target="_blank"><img src="http://images.del.icio.us/static/img/delicious.gif" width="12" height="12" border="0" alt="' + title_this + ' をdel.icio.usに追加" align="bottom" /></a>');
  // Pookmark
  document.writeln('<a href="http://pookmark.jp/post?url=' + encodeURIComponent(url_this) + '&amp;title=' + encodeURIComponent(title_this) + '" title="Pookmarkに追加" target="_blank"><img src="http://pookmark.jp/images/add/add.gif" alt="' + title_this + 'をPookmarkに追加" border="0" align="bottom" /></a>');
  // FC2
  document.writeln('<a href="http://bookmark.fc2.com/user/post?url=' + encodeURIComponent(url_this) + '&amp;title=' + encodeURIComponent(title_this) + '" title="FC2 Bookmarkに追加" target="_blank"><img src="http://bookmark.fc2.com/img/add-16.gif" alt="' + title_this + ' をFC2 Bookmarkに追加" width="12" height="12" border="0" align="bottom" /></a>');
  // buzzurl
  document.writeln('<a href="http://buzzurl.jp/config/add/confirm?url=' + encodeURIComponent(url_this) + '" target="_blank" title="Buzzurlに追加"><img src="http://buzzurl.jp/static/image/api/icon/add_icon_mini_08.gif" alt="' + title_this + 'をBuzzurlに追加" width="12" height="12" border="0" align="bottom" /><img src="http://api.buzzurl.jp/api/counter/' + url_this + '" border="0" alt="' + title_this + 'のBuzzurl登録数" align="bottom" /></a>');
}