$(document).ready(function(){	  
	$('p.noticiaTags').before('<p class="shareThis"><span class="st_email"></span><span class="st_blogger"></span><span class="st_facebook"></span><span class="st_twitter" ></span><span class="st_sharethis"></span></p>');
	$('p.shareThis span').each(function() {
		var h2 = $(this).parent().parent().find('h2 a');
		href = 'http://jardinssuspensos.com/'+h2.attr('href').substr(2);
		title = 'JardinsSuspensos.com - '+h2.html();
		$(this).attr({'st_url' : href, 'st_title' : title});
	});
});
