function twitThis(e_permalink, e_title) {
    window.open("http://twitthis.com/twit?url=" + e_permalink + "&title=" + e_title, "TwitThisPop", "width=600, height=500, location, status, scrollbars, resizable");
}

function showSBMLink(permalink, title) {
    e_permalink = encodeURIComponent(permalink);
    e_title = encodeURIComponent(title);
    document.write('<div class="entry-bookmarks">');
    document.write('<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;is_bm=1&amp;title=' + e_title + '&amp;url=' + e_permalink + '" title="この記事をはてなブックマークでブックマーク" target="_blank"><img src="http://www.h-fj.com/blog/pic/tmpl/hatena.gif" width="16" height="12" alt="はてなブックマーク" /></a>');
    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://www.h-fj.com/blog/pic/tmpl/delicious.gif" width="12" height="12" alt="del.icio.us" /></a>');
    document.write('<a href="http://clip.livedoor.com/redirect?link=' + e_permalink + '&amp;title=' + e_title + '" title="この記事をlivedoor Clipでブックマーク" target="_blank"><img src="http://www.h-fj.com/blog/pic/tmpl/livedoorclip.gif" width="16" height="16" alt="livedoor clip" /></a>');
    document.write('<a href="javascript:void(0);" onclick="window.open(\'http://bookmarks.yahoo.co.jp/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!ブックマークでブックマーク"><img src="http://i.yimg.jp/images/sicons/ybm16.gif" width="16" height="16" alt="Yahoo!ブックマークに登録" /></a>');
    document.write('<a href="javascript:window.location=\'http://pookmark.jp/post?url=' + e_permalink + '&title=' + e_title + '\';" title="このページを POOKMARK Airlines の行き先に登録する"><img src="http://www.h-fj.com/blog/pic/tmpl/pookmark.gif" width="18" height="12" alt="このページをPOOKMARK Airlinesに行き先登録" /></a>');
    document.write('<a href="http://buzzurl.jp/entry/' + permalink + '" title="Buzzurlにブックマーク" target="_blank"><img src="http://buzzurl.jp/static/image/api/icon/add_icon_mini_10.gif" alt="Buzzurlにブックマーク" width="16" height="12" /></a>');
    document.write('<a href="javascript:void(0)" onclick="twitThis(\'' + e_permalink + '\',\'' + e_title + '\');"><img src="http://www.h-fj.com/blog/pic/twitter.gif" width="16" height="16" alt="Twit this" /></a>');
    document.write('<span class="hatenastar"><a href="' + permalink + '" style="display : none;">' + title + '</a></span>');
    document.write('</div>');
}

