// ソーシャルブックマーク用<script src="http://my-release.info/sbm.js" type="text/javascript"></script>
mytitle = encodeURIComponent(encodeURIComponent(document.title));
myurl = encodeURIComponent(encodeURIComponent(location.href));

document.write("<ul id=\"sbm_icon\">\n");
document.write("<li><a href=\"http://b.hatena.ne.jp/append?"+location.href+"\" rel='nofollow'><img src='http://b.hatena.ne.jp/images/append.gif' width=16 height=12 alt='はてなブックマーク' title='はてなブックマークに追加' /></a></li>");
document.write("<li><a href=\"javascript:location.href='http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t="+mytitle+"&amp;u="+myurl+"'\" rel='nofollow'><img src='http://i.yimg.jp/images/sicons/ybm16.gif' width=16 height=16 alt='Yahoo!ブックマーク' title='Yahoo!ブックマークに登録' /></a></li>");
document.write("<li><a href=\"javascript:location.href='http://www.google.com/bookmarks/mark?op=edit&amp;bkmk="+myurl+"&amp;title="+mytitle+"'\" rel='nofollow'><img src='http://www.google.co.jp/favicon.ico' width=16 height=16 alt='Google Bookmarks' title='Google Bookmarks に追加' /></a></li>");
document.write("<li><a href=\"http://clip.livedoor.com/redirect?link="+location.href+"&amp;title="+document.title+"&amp;ie=utf-8\" rel='nofollow'><img src='http://parts.blog.livedoor.jp/img/cmn/clip_16_16_w.gif' width=16 height=16 alt='livedoor クリップ' title='livedoor クリップに追加' /></a></li>");
document.write("<li><a href=\"http://buzzurl.jp/entry/"+location.href+"\"><img src='http://buzzurl.jp/static/image/api/icon/add_icon_mini_01.gif' alt='Buzzurl' width=21 height=15 title='Buzzurl に追加' /></a></li>");
document.write("<li><a href=\"javascript:location.href='http://clip.nifty.com/create?url="+myurl+"&amp;title="+mytitle+"'\" rel='nofollow'><img src='http://clip.nifty.com/images/addclip_icn.gif' width=16 height=16 alt='ニフティクリップ' title='ニフティクリップに追加' /></a></li>");
document.write("<li><a href=\"javascript:location.href='http://pookmark.jp/post?url="+myurl+"&amp;title="+mytitle+"'\" rel='nofollow'><img src='http://pookmark.jp/images/add/add.gif' width=18 height=12 alt='POOKMARK Airlines' title='POOKMARK Airlines に追加' /></a></li>");
document.write("<li><a href=\"http://newsing.jp/nbutton?title="+document.title+"&amp;url="+location.href+"\" rel='nofollow'><img src='http://image.newsing.jp/common/images/newsingit/newsingit_s.gif' width=16 height=16 alt='newsing it!' title='newsing it! に追加' /></a></li>");
//document.write("<li><a href=\"javascript:location.href='http://del.icio.us/post?url="+myurl+"&amp;title="+mytitle+"'\" rel='nofollow'><img src='http://del.icio.us/static/img/delicious.small.gif' width=15 height=15 alt='del.icio.us' title='del.icio.us に追加' /></a></li>");
document.write("</ul>\n");