// JavaScript Document
function confirmarSubmit(){
	if (document.getElementById('recado').value != ""){
		document.comentarios.submit();
	}		
}
