function putSBM (title_this, url_this) {
    // Yahoo!ブックマーク
    document.write(' <div style="padding-bottom:4px;"><img style="margin-right:10px;" src="/cmn_img/icon_yahoo.png" width="16" height="16" alt="' + title_this + 'をYahoo!ブックマークに登録" border="0" align="bottom" /><a style="text-decoration:none;" href="http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t=' + encodeURIComponent(title_this) + '&u=' + encodeURIComponent(url_this) + '&opener=bm&ei=UTF-8" target="_blank">Yahoo!ブックマーク</a></div>');
    // Google Bookmarks
    document.write(' <div style="padding-bottom:4px;"><img style="margin-right:10px;" src="/cmn_img/icon_google.png" alt="' + title_this + 'をGoogle Bookmarksに追加" width="16" height="16" border="0" align="bottom" /><a style="text-decoration:none;" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=' + encodeURIComponent(url_this) + '&title=' + encodeURIComponent(title_this) + '" target="_blank">Google Bookmarks</a></div>');
    // はてブ
    document.write(' <div style="padding-bottom:4px;"><img style="margin-right:10px;" src="/cmn_img/icon_hatena.png" width="16" height="16" border="0" alt="' + title_this + 'をはてなブックマーク に追加" align="bottom" /><a style="text-decoration:none;" href="http://b.hatena.ne.jp/append?' + url_this + '">はてなブックマーク</a></div>');
    // livedoorクリップ
    document.write(' <div style="padding-bottom:4px;"><img style="margin-right:10px;" src="/cmn_img/icon_livedoor.png" width="16" height="16" alt="' + title_this + 'をlivedoorクリップに追加" border="0" align="bottom" /><a style="text-decoration:none;" href="http://clip.livedoor.com/clip/add?link=' + encodeURIComponent(url_this) + '&title=' + encodeURIComponent(title_this) + '">livedoorクリップ</a></div>');
    // del.icio.us
    document.write(' <div style="padding-bottom:4px;"><img style="margin-right:10px;" src="/cmn_img/icon_delicio.png" width="16" height="16" border="0" alt="' + title_this + 'を del.icio.us に追加" align="bottom" /><a style="text-decoration:none;" href="http://del.icio.us/post?url=' + encodeURIComponent(url_this) + '&title=' + encodeURIComponent(title_this) + '">del.icio.us</a></div>');
    // FC2
    document.write(' <div style="padding-bottom:4px;"><img style="margin-right:10px;" src="/cmn_img/icon_fc2.png" alt="' + title_this + 'をFC2 Bookmarkに追加" width="16" height="16" border="0" align="bottom" /><a style="text-decoration:none;" href="http://bookmark.fc2.com/user/post?url=' + encodeURIComponent(url_this) + '&title=' + encodeURIComponent(title_this) + '" target="_blank">FC2 Bookmark</a></div>');

}
