var socialIcon={
	url:{
		'twit':'http://twitter.com/home/?status='+encodeURIComponent(document.title)+' '+encodeURIComponent(window.location.href),
		'face':'http://www.facebook.com/share.php?u='+encodeURIComponent(window.location.href)+'&h='+encodeURIComponent(document.title),
		'stmb':'http://www.stumbleupon.com/submit?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title),
		'gogl':'http://www.google.com/bookmarks/mark?op=edit&bkmk='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title),
		'delc':'http://del.icio.us/post?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title),
		'digg':'http://digg.com/submit?phase=2&url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title),
		'yaho':'http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?ei=UTF-8&u='+encodeURIComponent(window.location.href)+'&t='+encodeURIComponent(document.title),
		'frdf':'http://friendfeed.com/?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title),
		'tcnr':'http://www.technorati.com/faves?add='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title),
		'nwsv':'http://www.newsvine.com/_tools/seed?popoff=0&u='+encodeURIComponent(window.location.href),
		'frds':'http://www.friendster.com/sharer.php?u='+encodeURIComponent(window.location.href)+'&t='+encodeURIComponent(document.title),
		'mysp':'http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(window.location.href),
		'htna':'http://b.hatena.ne.jp/append?'+encodeURIComponent(window.location.href)
	}
}
jQuery(function(){
	$('#ic_twit').click(function(){window.open(socialIcon.url['twit'],'Twitter')});
	$('#ic_face').click(function(){window.open(socialIcon.url['face'],'Facebook')});
	$('#ic_stmb').click(function(){window.open(socialIcon.url['stmb'],'StumbleUpon')});
	$('#ic_gogl').click(function(){window.open(socialIcon.url['gogl'],'GoogleBookMarks')});
	$('#ic_delc').click(function(){window.open(socialIcon.url['delc'],'Delicious')});
	$('#ic_digg').click(function(){window.open(socialIcon.url['digg'],'Digg')});
	$('#ic_yaho').click(function(){window.open(socialIcon.url['yaho'],'Yahoo')});
	$('#ic_frdf').click(function(){window.open(socialIcon.url['frdf'],'FriendFeed')});
	$('#ic_tcnr').click(function(){window.open(socialIcon.url['tcnr'],'Technorati')});
	$('#ic_nwsv').click(function(){window.open(socialIcon.url['nwsv'],'Newsvine')});
	$('#ic_frds').click(function(){window.open(socialIcon.url['frds'],'Friendster')});
	$('#ic_mysp').click(function(){window.open(socialIcon.url['mysp'],'Myspace')});
	$('#ic_htna').click(function(){window.open(socialIcon.url['htna'],'HatenaBookmarks')});
});

