$(function() {
	$('input[name]:not([readonly]):visible:first').focus();
});
