$(document).ready(function() {
	$('#site_title h1 a').html('<img src="' + caminhoTema + '/img/espacador.gif" alt="' + $('#site_title h1 a').html() + '" />');
});

