// JavaScript Document

function getConteudo(){
	hoje = new Date()
	numero_de_imagens = 1
	segundos = hoje.getSeconds()
	numero = segundos % numero_de_imagens
	if (numero == 0){
		edit = "editorial/dep01.htm"
	}
	
	
//	alert(banner);	
	frames['editorial'].location.href = edit;
	
}