Event.observe(window, 'load', function() {
  Event.observe('send', 'click', sendForm);
});

function sendForm() {
	$('formulari').submit();
}
