function sbm(_url,_title) {
	document.writeln('<span class="sbm"><a href="http://b.hatena.ne.jp/append?'+_url+'" rel="nofollow" title="はてなブックマークに追加"><img src="http://www.deftrash.com/shared/img/icon/hatebu.gif" width="16" height="16" alt="はてなブックマーク" /></a><a href="http://del.icio.us/post?url='+_url+"&amp;title="+_title+'" rel="nofollow" title="del.icio.usに追加"><img src="http://www.deftrash.com/shared/img/icon/delicious.gif" width="16" height="16" alt="del.icio.us" /></a><a href="http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t='+_title+"&amp;u="+_url+'" rel="nofollow" title="Yahoo!ブックマークに登録"><img src="http://www.deftrash.com/shared/img/icon/ybm16.gif" width="16" height="16" alt="Yahoo!ブックマーク" /></a><a href="http://clip.livedoor.com/redirect?link='+_url+"&amp;title="+_title+'" rel="nofollow" title="livedoorクリップに追加"><img src="http://www.deftrash.com/shared/img/icon/livedoor_clip.gif" width="16" height="16" alt="livedoorクリップ" /></a><a href="http://clip.nifty.com/create?url='+_url+"&amp;title="+_title+'" rel="nofollow" title="ニフティクリップに追加"><img src="http://www.deftrash.com/shared/img/icon/nifty_clip.gif" width="16" height="16" alt="ニフティクリップ" /></a></span>');
}
function makeHBList(_data) {
	var html = ""; var entrylist = eval(_data);
	for (var i = 0; i < entrylist.length; i++) {
		if (i > 4) break;
		var title = entrylist[i]['title'].split('|')[0]; title = (title) ? title.replace(/^\s+|\s+$/g, "") : "";
		html += "<dd><a href=\"" + entrylist[i]['link'] + "\" title=\"" + title + "\">" + title + "</a><span class=\"hbuser\">" + entrylist[i]['count'] + " users</span><dd>";
	}
	document.writeln(html);
}