	MAX  = 2;
 	var now = new Date();
 	var num = (now.getSeconds() % MAX);

    	//if (num == 1)
		//{
		img  = new Array(MAX);

		img[0]="imagens/tel_unidadeI.gif";
	
		img[1]="imagens/tel_unidadeII.gif";

	
			var now = new Date()
			
			var numero = (now.getSeconds() % MAX);
			
			document.write('<img src="'+img[numero]+'" width="235" height="40">');
			
		//}
		