/* +--------------------------------------------------------------------------+
 * | Copyright (c) 2010 tokkonoPapa / tokkonopapa@gmail.com                   |
 * +--------------------------------------------------------------------------+
 * | This program is free software; you can redistribute it and/or modify     |
 * | it under the terms of the GNU General Public License as published by     |
 * | the Free Software Foundation; either version 2 of the License, or        |
 * | (at your option) any later version.                                      |
 * |                                                                          |
 * | This program is distributed in the hope that it will be useful,          |
 * | but WITHOUT ANY WARRANTY; without even the implied warranty of           |
 * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            |
 * | GNU General Public License for more details.                             |
 * |                                                                          |
 * | You should have received a copy of the GNU General Public License        |
 * | along with this program; if not, write to the Free Software              |
 * | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
 * +--------------------------------------------------------------------------+*/
/*
 * Image URL
 */
var addthis_image; {
	var s = document.getElementsByTagName('script');
	for (var i = 0; i < s.length; i++) {
		if (s[i].src.indexOf("/addthis/js/") > -1) {
			addthis_image = s[i].src.split("/js/")[0] + "/image/";
			break;
		}
	}
}

/*
 * Global Configuration
 */
var addthis_config = {
	/* Social services in Japan */
	services_custom: [{
//		name: 'Google',
//		url: 'http://www.google.com/bookmarks/mark?op=add&bkmk={{URL}}&title={{TITLE}}',
//		icon: 'http://www.google.com/favicon.ico'
//	},{
//		name: 'Delicious',
//		url: 'http://delicious.com/save?url={{URL}}&title={{TITLE}}&v=5&jump=yes',
//		icon: 'http://static.delicious.com/img/delicious.small.gif'
//	},{
//		name: 'Hatena',
//		url: 'http://b.hatena.ne.jp/add?mode=confirm&url={{URL}}&title={{TITLE}}',
//		icon: 'http://r.hatena.ne.jp/images/b_add.gif'
//	},{
		name: 'Yahoo!(JP)',
		url: 'http://bookmarks.yahoo.co.jp/action/bookmark?u={{URL}}&t={{TITLE}}',
		icon: 'http://i.yimg.jp/images/sicons/ybm16.gif'
	},{
		name: '@nifty クリップ',
		url: 'http://clip.nifty.com/create?url={{URL}}&title={{TITLE}}',
		icon: 'http://clip.nifty.com/images/addclip_icn.gif'
	},{
		name: 'トピックイット',
		url: 'http://topic.nifty.com/up/add?mode=2&topic_title={{TITLE}}&topic_url={{URL}}',
		icon: 'http://topic.nifty.com/favicon.ico'
	},{
		name: 'livedoor クリップ',
		url: 'http://clip.livedoor.com/clip/add?link={{URL}}&title={{TITLE}}',
		icon: 'http://parts.blog.livedoor.jp/img/cmn/clip_16_16_w.gif'
	},{
		name: 'goo',
		url: 'http://bookmark.goo.ne.jp/add/detail/?url={{URL}}',
		icon: 'http://bookmark.goo.ne.jp/favicon.ico'
	},{
		name: 'fc2',
		url: 'http://bookmark.fc2.com/user/post?url={{URL}}&title={{TITLE}}',
		icon: 'http://bookmark.fc2.com/images/add-16.gif'
	},{
		name: 'newsing',
		url: 'http://newsing.jp/nbutton?url={{URL}}&title={{TITLE}}',
		icon: 'http://image.newsing.jp/common/images/newsingit/newsing_button_16.gif'
	},{
		name: 'buzzurl',
		url: 'http://buzzurl.jp/entry/{{URL}}',
		icon: 'http://buzzurl.jp.eimg.jp/static/image/api/icon/add_icon_mini_08.gif'
	},{
		name: 'Choix！',
		url: 'http://www.choix.jp/bloglink/{{URL}}',
		icon: 'http://www.choix.jp/img/choix_it.gif'
	},{
		name: 'イザ！',
		url: 'http://www.iza.ne.jp/bookmark/add/regist/back/{{URL}}',
		icon: 'http://www.iza.ne.jp/images/common/bookmark_icon02.gif'
	},{
		name: 'Flog',
		url: 'http://www.flog.jp/post.php?url_uri={{URL}}',
		icon: 'http://www.flog.jp/favicon.ico'
	},{
		name: 'CoRich',
		url: 'http://bookmark.corich.jp/bookmark/public_html/marklet.php?url={{URL}}',
		icon: addthis_image + 'corich.gif'
	}],

	/* Services to use in the expanded menu */
	services_expanded: 'print,email,favorites,twitter,facebook,hatena,bookmarks.yahoo.co.jp,clip.nifty.com,topic.nifty.com,google,gmail,googlebuzz,googlereader,igoogle,clip.livedoor.com,bookmark.goo.ne.jp,bookmark.fc2.com,newsing.jp,buzzurl.jp,www.choix.jp,www.iza.ne.jp,www.flog.jp,bookmark.corich.jp,delicious,digg,technorati,googletranslate,slashdot,friendfeed,live,myspace,myaol,hotmail,reddit,stumbleupon,evernote',

	/* Enable clickback tracking */
	data_track_clickback: true ,
	
	/* data_ga_tracker: pageTracker , */
	ui_508_compliant: true
}
