
/* - bookmark.js - */
// http://localhost:12282/Plone/portal_javascripts/bookmark.js?original=1
function bm_hatena(){location.href='http://b.hatena.ne.jp/add?mode=confirm&title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(location.href)}
function bm_delicious(){location.href='http://del.icio.us/post?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)}
function bm_yahoo(){window.open('http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(location.href)+'&ei=UTF-8','_blank','width=550,height=480,left=100,top=50,scrollbars=1,resizable=1',0)}
function bm_livedoor(){location.href='http://clip.livedoor.com/redirect?link='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)}
function bm_buzzurl(){location.href='http://buzzurl.jp/config/add/confirm?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)}
function bm_memo(){location.href='http://1470.net/tools/bookmark?url='+encodeURIComponent(document.location.href)}
function bm_addclips(){var sindex=location.href.indexOf("#");var AddClipsUrl="";if(sindex>1){AddClipsUrl=location.href.substring(0,sindex)} else{AddClipsUrl=location.href}
var AddClipsTitle=document.title;var AddClipsId='2D949076DC354';var params='http://www.addclips.org/addclips.php';params+='?id='+AddClipsId;params+='&url='+encodeURIComponent(AddClipsUrl);params+='&title='+encodeURIComponent(AddClipsTitle);window.open(params,'addclips','scrollbars=yes,menubar=no,width=600,height=530,resizable=yes,toolbar=no,location=no,status=no,screenX=200,screenY=100,left=200,top=100');return}

