var b_html='<div style="padding:5px; background-color:#ffffff; border:1px solid #333333;"><div><a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=B_URL&amp;title=PAGETITLE" ><img src="http://www.ec-images.com/images/smo/sbm/hatenasbm.gif" border="0" alt="はてなブックマークに登録" /></a>&nbsp;<a href="http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?ei=UTF-8&amp;u=B_URL&amp;t=PAGETITLE" ><img src="http://www.ec-images.com/images/smo/sbm/myyahoosbm.gif" border="0" alt="MyYAHOOに登録" /></a>&nbsp;<a href="http://del.icio.us/post?url=B_URL&amp;title=PAGETITLE" ><img src="http://www.ec-images.com/images/smo/sbm/delicioussbm.png" border="0" alt="del.icio.usに登録" /></a>&nbsp;<a href="http://clip.livedoor.com/redirect?link=B_URL&amp;title=PAGETITLE" ><img src="http://www.ec-images.com/images/smo/sbm/livedoorsbm.gif" border="0" alt="livedoorClipに登録" /></a>&nbsp;<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=B_URL&amp;title=PAGETITLE" ><img src="http://www.ec-images.com/images/smo/sbm/googlesbm.png" border="0" alt="Googleに登録" /></a>&nbsp;<a href="http://www.technorati.com/faves?add=B_URL&amp;title=PAGETITLE" ><img src="http://www.ec-images.com/images/smo/sbm/technoratisbm.gif" border="0" alt="Technoratiに登録" /></a>&nbsp;<a href="http://buzzurl.jp/config/add/confirm?url=B_URL&amp;title=PAGETITLE" ><img src="http://www.ec-images.com/images/smo/sbm/buzzurlsbm.gif" border="0" alt="Buzzurlに登録" /></a>&nbsp;<a href="http://www.bloglines.com/sub?url=B_URL&amp;title=PAGETITLE" ><img src="http://www.ec-images.com/images/smo/sbm/bloglinessbm.gif" border="0" alt="Bloglinesに登録" /></a>&nbsp;<p style="text-align:right; margin-top:10px; margin-right:10px; font-size:9px;"><a href="http://ameblo.jp/nakano-neko/entry-10164638719.html" target="_blank">sbm++</a>&nbsp; by <a href="http://www.24th.jp" target="_blank">manequie-neko proj.</a>&nbsp;</p></div></div>';


function setBookmarks(){
	g=document.getElementById("gadBox");
	if(g){
		b_html=b_html.replace(/B_URL/g,location.href);
		b_html=b_html.replace(/PAGETITLE/g,document.title);
		g.innerHTML=b_html+g.innerHTML;
	}
}
var onloadItems = new Array();
onloadItems[onloadItems.length] = setBookmarks;
window.onload = function() {
 for ( var i in onloadItems ){
  onloadItems[i]();
 }
}
