hoje = new Date()
numero_de_imagens = 1
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
pagina = "bh/index/guiadeteleentrega/guiadeteleentrega01.html"
}
 
document.write('<iframe src="'+ pagina +'" name=guia id=guia width=712 height=150 marginwidth=0 marginheight=0 hspace=0 vspace=0 scrolling=no frameborder=0></iframe>')
