// JavaScript Document
hoje = new Date()
numero_de_imagens = 7
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = "/2008/banners/banner_assembleia_em_acao.jpg"
}
if (numero == 1){
banner = "/2008/banners/banner_assembleia_na_comunidade.jpg"
}
if (numero == 2){
banner = "/2008/banners/banner_bacanga.jpg"
}
if (numero == 3){
banner = "/2008/banners/banner_itapecuru.jpg"
}
if (numero == 4){
banner = "/2008/banners/banner_parlamento_estudantil.jpg"
}
if (numero == 5){
banner = "/2008/banners/banner_servidor.jpg"
}
if (numero == 6){
banner = "/2008/banners/banner_sol_nascente_2008.jpg"
}

document.write('<img src="' + banner + '" border="0" width="620" height="80" usemap="#Map">') 
document.write('<map name="Map" id="Map"><area shape="rect" coords="11,0,180,169" href="http://www.al.ma.gov.br" /><area shape="rect" coords="283,137,379,174" href="http://www.al.ma.gov.br" /></map>')