var title = encodeURIComponent(document.title);
var url = document.location.href;
var enurl = encodeURIComponent(url);

//Yahoo!ブックマーク
document.write('<a href="http://bookmarks.yahoo.co.jp/action/bookmark?t=' + title + '&amp;u=' + enurl + '" rel="nofollow"><img src="http://i.yimg.jp/images/sicons/ybm16.gif" width="16" height="16" alt="Yahoo!ブックマークに追加" /></a>');

//はてなブックマーク
document.write(' <a href="http://b.hatena.ne.jp/append?' + url + '" rel="nofollow"><img src="http://b.hatena.ne.jp/images/append.gif" width="16" height="16" alt="はてなブックマークに追加" /></a>');

//livedoorクリップ
document.write(' <a href="http://clip.livedoor.com/redirect?link=' + url + '&amp;title=' + title + '" rel="nofollow"><img src="http://parts.blog.livedoor.jp/img/cmn/clip_16_16_w.gif" width="16" height="16" alt="livedoorクリップに追加" /></a>');

//@niftyクリップ
document.write(' <a href="http://clip.nifty.com/create?url=' + url + '&amp;title=' + title + '" rel="nofollow"><img src="http://clip.nifty.com/images/addclip_icn.gif" width="16" height="16" alt="@niftyクリップに追加" /></a>');

//Googleブックマーク
document.write(' <a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=' + url + '&amp;title=' + title + '" rel="nofollow"><img alt="Google Bookmarksに追加" width="16" height="16" src="http://www.google.co.jp/favicon.ico" /></a>');

//Buzzurl
document.write(' <a href="http://buzzurl.jp/entry/' + url + '"><img src="http://buzzurl.jp/static/image/api/icon/add_icon_mini_08.gif" width="16" height="16" alt="Buzzurlに追加" /></a>');

//newsing
document.write(' <a href="http://newsing.jp/add?url=' + url + '"><img src="http://image.newsing.jp/common/images/newsingit/newsingit_s.gif" width="16" height="16" alt="newsingに追加" /></a>');

//del.icio.us
document.write(' <a href="http://del.icio.us/post?url=' + url + '"><img src="http://del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="del.icio.usに追加" /></a>');