if (Drupal.jsEnabled) {
  $(document).ready(function () {
    $('input#edit-name').focus();
  });
}

