// ブクマJavaScript
// htmlに直接書くとXHTMLのValidatorが通らなくなるので移動
// かなりやる気のないファイル

function delicious()
{
	location.href='http://del.icio.us/post?url='+encodeURIComponent(location.href)
	 + '&title='+encodeURIComponent(document.title);
}

function yahooBookmark()
{
	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 livedoorClip()
{
	location.href='http://clip.livedoor.com/clip/add?link='+encodeURIComponent('http://hiyoshisv.blogdns.com/tabesta')+'&title='+encodeURIComponent(document.title)+'&jump=ref';
}
