$(document).ready(function() {
  $(":text:first").focus();
});
