function focusFirstField(){var a=findFirstTextField();a&&a.focus()}function findFirstTextField(){for(var a=null,b=document.body.getElementsByTagName("input"),c=0;c<b.length;c++)"text"===b.item(c).type&&(a=b.item(c),c=b.length);return a}function decodeHtml(a){var b=document.createElement("textarea");b.innerHTML=a;return b.value}function update_md5_password(){document.login.xv_password.value=hex_md5($("#header-myairnz-password").val())}
function submitRequest(){update_md5_password();document.login.password.value="";document.cookie="LastLoginTime\x3d"+(new Date).getTime()+";path\x3d/vauth";document.querySelector("#header-myairnz-remember-me").name="xv_rememberme"};