$(document).ready(function() {
  $("#loginstart form :input[@type='text']:first").focus();
});

