// JavaScript Document
//yahoo
document.write('<a href="javascript:void(0);" onclick="window.open(\'http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(location.href)+'\');"><img src="/common/images/icon_yahoo.gif" alt="Yahoo!ブックマーク" width="16" height="16" border="0" /></a>');

//hatena
document.write('<a href="javascript:void(0);" onclick="window.open(\'http://b.hatena.ne.jp/add?mode=confirm&title='+escape(document.title)+'&url='+escape(location.href)+'\');"><img src="/common/images/icon_hatena.gif" alt="はてなブックマーク" width="16" height="12" border="0" /></a>');

//google
document.write('<a href="javascript:void(0);" onclick="window.open(\'http://www.google.com/bookmarks/mark?op=edit&bkmk='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'\');"><img src="/common/images/icon_google.gif" alt="Googleブックマーク" width="18" height="18" border="0" /></a>');

//nifty
document.write('<a href="javascript:void(0);" onclick="window.open(\'http://clip.nifty.com/create?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'\');"><img src="/common/images/icon_nifty.gif" alt="niftyクリップ" width="14" height="14" border="0" /></a>');

//Buzzurl
//document.write('<a href="javascript:void(0);" onclick="window.open(\'http://buzzurl.jp/config/add/confirm?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'\');"><img src="/common/images/icon_buzzurl.gif" alt="Buzzurlブックマーク" width="16" height="16" border="0" /></a>');

//fc2
document.write('<a href="javascript:void(0);" onclick="window.open(\'http://bookmark.fc2.com/user/post?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'\');"><img src="/common/images/icon_fc2.gif" alt="FC2ブックマーク" width="16" height="16" border="0" /></a>');

//ライブドア
document.write('<a href="javascript:void(0);" onclick="window.open(\'http://clip.livedoor.com/clip/add?link='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'\');"><img src="/common/images/icon_livedoor.gif" alt="ライブドアクリップ" width="16" height="16" border="0" /></a>');