$(function() {
	$('table#listagem_garotas_agencia tr td').each(function(){
		$(this).wrapInner('<span></span>');
	});
	posiciona_paginacao();
});
