jQuery(document).ready(function() { /*Chat particular*/ jQuery(document).ready(function() { jQuery('.minato').after(' '); }); /*Banner*/ jQuery(document).ready(function() { jQuery('.post .inner').after('

'); }); /*Formulario de Postagens*/ jQuery(document).ready(function() { jQuery('a[href^="/post?f=49&mode=newtopic"]').attr('href', '/h11-'); }); /*Banner!*/ hoje = new Date(); numero_de_imagens = 6; segundos = hoje.getSeconds(); numero = segundos % numero_de_imagens; var banner = new Array(); /*....Itachi Sasuke....*/ banner[0]='http://i53.tinypic.com/sopjed.png'; /*....Akatsuki....*/ banner[1]='http://i.imgur.com/XEv4Q.jpg'; /*....Itachi Kisame....*/ banner[2]='http://i.imgur.com/dLAEV.png'; /*....Naruto Sasuke....*/ banner[3]='http://i.imgur.com/r3WAz.png'; /*....Itachi Sasuke....*/ banner[4]='http://i.imgur.com/2ue2Y.png'; /*....Madara....*/ banner[5]='http://i.imgur.com/OvQsn.png'; document.getElementById('logo').firstChild.src= banner[Math.floor(Math.random()*banner.length)];