function sbookmarks(){

    str = location.href;
    if(str.match(/^https/)){
		var imgfld = 'http://www.affiliatejyuku.com/image';
		str = str.replace("https", "http");
    }else{
		 var imgfld = 'http://www.affiliatejyuku.com/image';
    }


 // はてなにブックマーク
 document.write("<a href='http://b.hatena.ne.jp/append?" + str + "' ><img src='" + imgfld + "/append.gif' alt='はてなにブックマーク'/></a>&nbsp;");

 // このエントリーを含むはてなブックマーク
  document.write("<a href='http://b.hatena.ne.jp/entry/" + str + "' ><img src='" + imgfld + "/b_entry.gif' alt='このエントリをはてなブックマークに登録' /></a>&nbsp;");

 // del.icio.us
 href_address = "http://del.icio.us/post?url=" + encodeURIComponent(str) + "&title=" + encodeURIComponent(document.title) ;
 document.write("<a href='" + href_address + "' rel='nofollow'><img src='" + imgfld + "/delicious.small.gif' alt='Save This Page to del.icio.us' /></a>&nbsp;");

 // livedoorクリップ
 document.write("<a href='http://clip.livedoor.com/clip/add?link=" + str + "&title=" + encodeURIComponent(document.title) + "&jump=myclip'><img src='" + imgfld + "/clip_16_16_b.gif' alt='この記事をクリップ！' /></a>&nbsp;");

 //ニフティクリップ
 document.write("<a href='http://clip.nifty.com/create?url=" + str + "&title=" + encodeURIComponent(document.title) + "'><img src='" + imgfld + "/addclip_icn.gif' alt='このエントリをニフティクリップに登録'></a>&nbsp;");

 //Buzzurl（バザール）
 document.write("<a href='http://buzzurl.jp/entry/" + str + "' ><img src='" + imgfld + "/add_icon_mini_09.gif' alt='このエントリをBuzzurl（バザール）に登録'></a>&nbsp;");

 //BlogPeople Tags に登録
 href_address = "javascript:void(window.open('http://tags.blogpeople.net/tags_addlink.jsp?u=" + escape(str) + "&ti=" + escape(document.title) + "','BlogPeopleTags','scrollbars=no,width=480,height=320,left=100,top=100,status=yes,resizable=yes'))";
 document.write("<a href=\"" + href_address + "\"><img src='" + imgfld + "/tags_ins.gif' alt='このエントリを BlogPeople Tags に登録'></a>&nbsp;");

 //BlogPeople Instant Bookmark に登録
 href_address = "javascript:void(window.open('http://www.blogpeople.net/ib_addlink.jsp?u=" + escape(str) + "&t=" + escape(document.title) + "','blog_ib','scrollbars=no,width=475,height=350,left=100,top=100,status=yes,resizable=yes'))";
 document.write("<a href=\"" + href_address + "\"><img src='" + imgfld + "/tags_ib.gif' alt='このエントリを BlogPeople Instant Bookmark に登録'></a>&nbsp;");

 //PingKingポッケ
 document.write("<a href='http://pingking.jp/bookmark/?url=" + str + "&title=" + encodeURIComponent(document.title) + "'><img src='" + imgfld + "/pingking.gif' alt='PingKingポッケに追加'></a>&nbsp;");
}