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


