// focuses the first form element with an error

j(document).ready(function(){

  j(".errorfocus:first").focus();

});


