function showSBMLink(permalink, title) {
    e_permalink = permalink;
    e_title = title;

    document.write('<a href="http://del.icio.us/post?url=' + e_permalink + '&amp;title=' + e_title + '" title="del.icio.us" target="_blank"><img src="http://blog36.fc2.com/j/japanescape/file/delitshous.gif" width="12" height="12" alt="del.icio.us" /></a>');

    document.write('<a href="javascript:void(0);" onclick="window.open(\'http://bookmarks.yahoo.com/bookmarklet/showpopup?t=' + e_title + '&amp;u=' + e_permalink + '&amp;opener=bm&amp;ei=UTF-8\',\'popup\',\'width=550px,height=480px,status=1,location=0,resizable=1,scrollbars=0,left=100,top=50\',0); return false;" title="Yahoo! Bookmark"><img src="http://i.yimg.jp/images/sicons/ybm16.gif" width="16" height="16" alt="Yahoo! Bookmark" /></a>');

  
}