Event.observe(window, 'load', function(){
  $('nickname').focus();
}); 