function initLoginForm() {
    $('#liznr').focus();
}

$(document).ready(function () {
	initLoginForm();
});
