var _floaterdhtml_tmp = window.onload;

window.onload = function() {
	_floaterdhtml_tmp();

	if(document.getElementById("floaterdhtml")) {
		document.getElementById("floaterdhtml_fechar").onclick = function() {
			document.getElementById("floaterdhtml").className = "fechado";
		}

		setTimeout("document.getElementById('floaterdhtml').className = 'fechado'", 16000);
	}
}

