function loginCheck(responseText,statusText){try{var jsonObj=eval('('+responseText+')');if(jsonObj['status']=='success'){if(jsonObj['redirect_to']){window.location=jsonObj['redirect_to'];}else{window.location='/mypwn/meinepins/';}}else{alert('E-Mail oder Passwort ungültig');}}
catch(e){alert('E-Mail oder Passwort ungültig');if(visit==0){Google_tracker('/MyPowwownow_login_error');visit++;}}}
function passresetexpired(redir){alert('Es tut uns leid! Der Link zum Passwort-Reset ist nicht mehr gültig. Aus Sicherheitsgründen gilt der Link nur 24 Stunden.');if(redir){document.location.href=redir;}}
