var addthis_config = {
	services_custom: [
		  {
			  name : 'Yahoo!Bookmark'
			, url  : 'http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t={{TITLE}}&u={{URL}}'
			, icon : '/ja/design_set/w/design_tp/shared/btn/addthis_btns_01.gif'
		  },
          {
              name: 'mixicheck'
            , url : 'http://mixi.jp/share.pl?u={{URL}}&k=0f9fa9a5fcad56dcabfecb7ee924a14fa3e8a698'
            , icon: '/ja/design_set/w/design_tp/shared/btn/addthis_btns_01.gif'
          }
	]
};
var addthis_share = { 
	templates: {
		twitter: '{{TITLE}} {{URL}} #softbank'
	}
};

(function($){
	function readyAddThis(){
		$('#contents-body div.addthis_sb_style_bottom a').bind('mouseover.bookmark', function(){
			$(this).attr('title', '').unbind('mouseover.bookmark');
		});
		setTimeout(function(){
			$('span.at15t_bookmarks\\.yahoo\\.co\\.jp').removeAttr('style');
            $('span.at15t_mixi\\.jp').removeAttr('style');
		}, 1);
	}
	if (BA.ua.isOpera) {
		jQuery(window).load(readyAddThis);
	} else {
		BAAddOnload(readyAddThis);
	}
})(jQuery);
