{fonte}
<script language="javascript" type="text/javascript">

jQuery('.row-fluid').hide().css('background-image', 'url("/images/fundos/placar.jpg")');

jQuery('.item-page').find("p").css('color', 'branco');

jQuery('.row-fluid').fadeIn("slow", function() {});
</script>
{/source}