<!--
hoje = new Date()
numero_de_imagens = 8
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = "http://brawlmusic.byethost6.com/images/logo01.jpg"
}
if (numero == 1){
banner = "http://brawlmusic.byethost6.com/images/logo02.jpg"
}
if (numero == 2){
banner = "http://brawlmusic.byethost6.com/images/logo03.jpg"
}
if (numero == 3){
banner = "http://brawlmusic.byethost6.com/images/logo04.jpg"
}
if (numero == 4){
banner = "http://brawlmusic.byethost6.com/images/logo05.jpg"
}
if (numero == 5){
banner = "http://brawlmusic.byethost6.com/images/logo06.jpg"
}
if (numero == 6){
banner = "http://brawlmusic.byethost6.com/images/logo07.jpg"
}
if (numero == 7){
banner = "http://brawlmusic.byethost6.com/images/logo08.jpg"
}
document.write('<img src="' + banner + '" border=0>')
//-->