
$(function() {
	$(".googlePlusButton").each(function() {
		gapi.plusone.render(this, {
			"size": googlePlusButtonSize,
			"count": googlePlusShowCount
		});
	});
});

