if(document.location.hash.indexOf('msent')>0){alert('Your message has already been sent. Thank you');window.location.hash = '';}
if(document.location.hash.indexOf('invyes')>0){alert('Your invitation has already been sent. Thank you');window.location.hash = '';}
if(document.location.hash.indexOf('invnonvalid')>0){alert('Your invitation couldnt be sent. Mail address was not correct.');window.location.hash = '';}
if(document.location.hash.indexOf('invfail')>0){alert('For technical reasons your invitation cannot be sent at this moment. Please, try again some other day.');window.location.hash = '';}
if(document.location.hash.indexOf('invexists')>0){alert('Sorry, that person has already been invited to do that same interview before.');window.location.hash = '';}
if(document.location.hash.indexOf('invnoquestions')>0){alert('That interview is empty.');window.location.hash = '';}
if(document.location.hash.indexOf('passnomatch')>0){alert('Password do not match.');window.location.hash = '';}
if(document.location.hash.indexOf('needpass')>0){alert('A password is needed.');window.location.hash = '';}
if(document.location.hash.indexOf('needalias')>0){alert('An alias is needed.');window.location.hash = '';}
if(document.location.hash.indexOf('invalidalias')>0){alert('Alias has invalid characters.');window.location.hash = '';}
if(document.location.hash.indexOf('onlynumalias')>0){alert('Alias cannot be only numbers.');window.location.hash = '';}
if(document.location.hash.indexOf('invalidpass')>0){alert('Password has invalid characters.');window.location.hash = '';}
if(document.location.hash.indexOf('invalidemail')>0){alert('Email address has invalid characters.');window.location.hash = '';}
if(document.location.hash.indexOf('aliasexists')>0){alert('There is another user with that same alias, please choose another one');window.location.hash = '';}
if(document.location.hash.indexOf('welcome')>0){alert('Now click on QUESTIONS to start your interview');window.location.hash = '';}
if(document.location.hash.indexOf('continue')>0){alert('Click on QUESTIONS to continue your interview');window.location.hash = '';}
if(document.location.hash.indexOf('invited')>0){alert('Click on a question to answer it');window.location.hash = '';}
if(document.location.hash.indexOf('nomatch')>0){alert('No match. Please check for mistakes');window.location.hash = '';}
if(document.location.hash.indexOf('suspended')>0){alert('User cancelled');window.location.hash = '';}
if(document.location.hash.indexOf('incomplete')>0){alert('Your profile is incomplete');window.location.hash = '';}
if(document.location.hash.indexOf('nocook')>0){alert('This software needs cookies to function and your browser do not admit them');window.location.hash = '';}
if(document.location.hash.indexOf('nologgedin')>0){alert('Operation not possible.');window.location.hash = '';}
if(document.location.hash.indexOf('nopossible')>0){alert('Operation not possible.');window.location.hash = '';}
if(document.location.hash.indexOf('nocompatibleimage')>0){alert('The image that you uploaded is not compatible. It must be JPEG,GIF,BMP or PNG.');window.location.hash = '';}