document.observe('dom:loaded', function() { 
  $$('.regform').first().observe('submit', function(){
    $('submit').hide();
    $('please_wait').show();
  });
});
