function sBookURL(){
	return window.location.href;
} 
function sBookTitle(){
	return document.title;
}; 
function title_utf8(){
	return encodeURIComponent(sBookTitle());
} 
function url_utf8(){
	return encodeURIComponent(sBookURL());
}; 
function SB_UrlOpen(strLink){
	location.href=strLink;
}; 
function SB_CntSet(){
	if(document.getElementById( 'sp_h_cnt')){
		document.getElementById( 'sp_h_cnt').innerHTML = '<img src="http://b.hatena.ne.jp/entry/image/' + sBookURL() + '">'; 
}; 
	if(document.getElementById( 'sp_l_cnt')){
		document.getElementById( 'sp_l_cnt').innerHTML = '<img src="http://image.clip.livedoor.com/counter/' + sBookURL() + '">'; 
}; 
	if(document.getElementById( 'sp_b_cnt')){
		document.getElementById( 'sp_b_cnt').innerHTML = '<img src="http://api.buzzurl.jp/api/counter/' + sBookURL() + '">'; }; }; SB_CntSet();

