// JavaScript Document
var ECD_URL = encodeURIComponent(location.href);
var ECD_TITLE = encodeURIComponent(document.title);

var SBM_Styles = '#wSBM {margin: 10px 0;padding: 5px; } #wSBM p {line-height: 1.4;margin: 0 0 5px 0;padding: 2px 0; } #wSBM div {margin: 0 3px 5px 0;padding: 2px 0; } #wSBM p img {vertical-align: middle;margin-right: 5px; } #wSBM p a {color: #3D3333; } #wSBM p a:link, #wSBM p a:visited {text-decoration: none; } #wSBM p a:hover {text-decoration: underline; }  #S-TW, #S-MI, #S-GR, #S-GP {display: inline;float: left; } #S-TW, #S-GR {width: 80px; } #S-MI {width: 85px;} #S-GP {width: 70px; } #S-FB {clear: both; }';

$(function() {
	if( String(location.href).split("/")[2].split(".")[0]=="www" ) {
		
		
		
		
		$("#wSBM-B").html("<style type='text/css'>"+SBM_Styles+"</style><div id='wSBM' style='clear: both;'><div id='S-TW'></div><div id='S-GR'></div><div id='S-MI'></div><div id='S-GP'></div><div id='S-FB'></div></div>");
		// Tw
		$("#S-TW").append("<p><a href='http://twitter.com/share?text="+ECD_TITLE+"&lang=ja' target='_blank'><img src='/common/images/sbm/ico_tw_80x20.png' width='80' height='20' alt='Twitterでつぶやく' /></a></p>");
		// Gre
		$("#S-GR").append("<div><iframe src='http://share.gree.jp/share?url="+ECD_URL+"&type=0&height=20' scrolling='no' frameborder='0' marginwidth='0' marginheight='0' style='border:none; overflow:hidden; width:100px; height:20px;' allowTransparency='true'></iframe></div>");
		// Mix
		$("#S-MI").append("<div><iframe scrolling='no' frameborder='0' allowTransparency='true' style='overflow:hidden; border:0; width:100%; height:20px' src='http://plugins.mixi.jp/favorite.pl?href="+ECD_URL+"&service_key=1dde78049f9a60c6195b91a31acfd2b5dfa03f25&show_faces=false&width=100%'></iframe></div>");
		// GP1
		$("#S-GP").append("<div id='S-GP2'><g:plusone></g:plusone></div>");
		// FB
		$("#S-FB").append("<div><iframe src='http://www.facebook.com/plugins/like.php?href="+ECD_URL+"&layout=standard&show_faces=true&width=450&action=like&font=arial&colorscheme=light&height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width: 100%; height: 85px;' allowTransparency='true'></iframe></div>");
		
		// GooglePlus1
		//gapi.plusone.go("S-GP2");
		gapi.plusone.render("S-GP2");
	}
	
});

