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