$().ready(function() {
	if ($("#error .error").length) {
		$("#password").focus();
	}
});
