addEvent(document.forms.frmSubmit, "submit", function(e){
	return this.code.value.length || (alert("Preencha o código."), this.code.focus(), false);
});
