var cur_url = window.location.href;
var cur_url_enc = cur_url.replace("/", "%2F");
document.write ("\
<a href=\"http://www.facebook.com/sharer.php?u=" , cur_url , "\" target=\"_blank\" rel=\"nofollow\"><img src=\"http://freesoft-100.com/img/bookmark/facebook.gif\" alt=\"Facebookに投稿する\" title=\"Facebookに投稿する\" style=\"border:none;\" /></a>\
 <a href=\"javascript:void window.open('http://twitter.com/home?status='+encodeURIComponent(document.title)+' '+encodeURIComponent(location.href), '_blank');\" rel=\"nofollow\"><img src=\"http://freesoft-100.com/img/bookmark/twitter.gif\" alt=\"Twitterに投稿する\" title=\"Twitterに投稿する\" style=\"border:none;\" /></a>\
 <a href=\"javascript:void window.open('http://b.hatena.ne.jp/append?'+encodeURIComponent(window.location.href)+'');\" rel=\"nofollow\"><img src=\"http://freesoft-100.com/img/bookmark/hatena.gif\" alt=\"はてなブックマークに登録する\" title=\"はてなブックマークに登録する\" style=\"cursor:pointer; border:none;\" width=\"16\" height=\"16\"></a>\
 <a href=\"javascript:void window.open('http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(window.location.href)+'&opener=bm&ei=UTF-8');\" rel=\"nofollow\"><img src=\"http://freesoft-100.com/img/bookmark/yahoo.gif\" alt=\"Yahoo!ブックマークに登録する\" title=\"Yahoo!ブックマークに登録する\" style=\"cursor:pointer; border:none;\" width=\"16\" height=\"16\"></a>\
 <a href=\"javascript:void window.open('http://www.google.com/bookmarks/mark?op=edit&bkmk='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'');\" rel=\"nofollow\"><img src=\"http://freesoft-100.com/img/bookmark/google.gif\" alt=\"Google Bookmarksに追加する\" title=\"Google Bookmarksに追加する\" style=\"cursor:pointer; border:none;\" width=\"16\" height=\"16\"></a>\
 <a href=\"javascript:void window.open('http://clip.livedoor.com/clip/add?link='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'');\" rel=\"nofollow\"><img src=\"http://freesoft-100.com/img/bookmark/livedoor.gif\" alt=\"livedoorクリップに登録する\" title=\"livedoorクリップに登録する\" style=\"cursor:pointer; border:none;\" width=\"16\" height=\"16\"></a>\
 <a href=\"javascript:void window.open('http://del.icio.us/post?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'');\" rel=\"nofollow\"><img src=\"http://freesoft-100.com/img/bookmark/del.gif\" alt=\"del.icio.usブックマークに登録する\" title=\"del.icio.usブックマークに登録する\" style=\"cursor:pointer; border:none;\" width=\"16\" height=\"16\"></a>\
 <a href=\"http://mixi.jp/share.pl\" data-key=\"82d00e808c5ab28661562b8fc3effe95563960e8\" class=\"mixi-check-button\">Check</a><script type=\"text/javascript\" src=\"http://static.mixi.jp/js/share.js\"></script>\
");

