function mostrar() {
	var abertas = rand(16);
	var fechadas = 16 - abertas;
	document.buzios.action="http://www1.uol.com.br/bemzen/random2/buzios2/"+abertas+".html";
	return true;
}
function rand(num) {
	var data = new Date();
	return (Math.floor(Math.random() * data.getTime()) % (num + 1));
}
