﻿	function sumir() {
		document.getElementById("floater").style.display="none";
	}
	
	function random(lim) { 
 hora = new Date(); 
 return(hora.getSeconds() % lim); 
} 

function chamaFuncao() { 
 banner = new Array(2); 
 banner[0] = "http://www.reveillonenchante.com.br/swf/floater.swf"; 
 banner[1] = "http://www.reveillonenchante.com.br/swf/floater_2.swf";

 return banner[random(2)]; 
} 

function alerta_recife() {
	alert('Em Breve Venda de Ingressos Enchanté Recife');
}
function alerta_maceio() {
	alert('Em Breve Venda de Ingressos Enchanté Maceió');
}
function alerta_natal() {
	alert('Em Breve Venda de Ingressos Enchanté Natal');
}