/* Add This Configuração */
var addthis_config = {
      data_ga_property: 'UA-24849971-1',
	  ui_click: true,
      data_track_clickback: true
   };
   
  // renderização do button +1 google
  window.___gcfg = {lang: 'pt-BR'};

  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();

function Compartilhe(rede,src){
	window.open(src,rede,'toolbar=no,width=680,height=550');
return false;
}

function gplusHover(plusone) {
	var sid = plusone.id;
	sid = sid.split("#");
	$('.'+ sid[1]).css('z-index','-1');
}

function gplusOut(plusone) {
	var sid = plusone.id;
	sid = sid.split("#");
	$('.'+ sid[1]).css('z-index','9');
}

$(document).ready(function(){
 $('.gpls').hover(function () {
			$(this).css('z-index','-1');
		  });
 
});

