// JavaScript Document
function putSBM (title_this, url_this) {
	//Twitterつぶやきボタン
document.write(' <a href="http://twitter.com/home?status=' + encodeURIComponent(document.title)+' '+encodeURIComponent(window.location.href) + '&title=' + encodeURIComponent(title_this) + '" target="_blank"><img src="https://secure.future-s.com/~goodsweets/images/header/social_bookmark/icon-twitter.gif" alt="この記事' + title_this + 'をツイッターでつぶやく" /></a>');
	// Yahoo!ブックマーク
	document.write(' <a href="http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t=' + encodeURIComponent(document.title) + '&u=' + encodeURIComponent(window.location.href) + '&opener=bm&ei=UTF-8" target="_blank"><img src="https://secure.future-s.com/~goodsweets/images/header/social_bookmark/icon-yahoo.gif" style="margin-left:5px;" width="16" height="16" alt="' + title_this + 'をYahoo!ブックマークに登録" /></a>');
	// Google Bookmarks
	document.write(' <a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=' + encodeURIComponent(window.location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank"><img src="https://secure.future-s.com/~goodsweets/images/header/social_bookmark/icon-google.gif" alt="' + title_this + 'をGoogle Bookmarksに追加" width="16" height="16" /></a>');
	// はてブ
	document.write(' <a href="http://b.hatena.ne.jp/append?' + window.location.href + '" target="_blank"><img src="https://secure.future-s.com/~goodsweets/images/header/social_bookmark/icon-hatena.gif" width="16" height="12" alt="' + title_this + 'をはてなブックマーク に追加" align="bottom" /></a>');
	// livedoorクリップ
	document.write(' <a href="http://clip.livedoor.com/clip/add?link=' + encodeURIComponent(window.location.href) + '&title=' + encodeURIComponent(title_this) + '" target="_blank"><img src="https://secure.future-s.com/~goodsweets/images/header/social_bookmark/icon-livedoor.gif" width="16" height="12" alt="' + title_this + 'をlivedoorクリップに追加" /></a>');
	// del.icio.us
//	document.write(' <a href="http://del.icio.us/post?url=' + encodeURIComponent(window.location.href) + '&title=' + encodeURIComponent(title_this) + '"><img src="https://secure.future-s.com/~goodsweets/images/header/social_bookmark/delicious.gif" width="12" height="12" border="0" alt="' + title_this + 'を del.icio.us に追加" align="bottom" /></a>');
	// Pookmark
//	document.write(' <a href="http://pookmark.jp/post?url=' + encodeURIComponent(window.location.href) + '&title=' + encodeURIComponent(title_this) + '"><img src="https://secure.future-s.com/~goodsweets/images/header/social_bookmark/add.gif" alt="' + title_this + 'をPookmark に追加" /></a>');
	// FC2
//	document.write(' <a href="http://bookmark.fc2.com/user/post?url=' + encodeURIComponent(window.location.href) + '&title=' + encodeURIComponent(title_this) + '" target="_blank"><img src="https://secure.future-s.com/~goodsweets/images/header/social_bookmark/add-16.gif" alt="' + title_this + 'をFC2 Bookmarkに追加" width="12" height="12" /></a>');
	// buzzurl
//	document.write(' <a href="http://buzzurl.jp/config/add/confirm?url=' + encodeURIComponent(window.location.href) + '" target="_blank"><img src="https://secure.future-s.com/~goodsweets/images/header/social_bookmark/add_icon_mini_08.gif" alt="' + title_this + 'をBuzzurlに追加" width="12" height="12" /><img src="http://api.buzzurl.jp/api/counter/' + url_this + '" border="0" alt="' + title_this + 'のBuzzurl登録数" align="bottom" /></a>'); -->
}
