Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Javascript 15 Broken Under IE
Javascript challenge 15 is broken for Internet Explorer. The problem is you're trying to assign a variable the value of a password field (this isn't aloud in IE6). If you wanna do this challenge use Firefox. (Or maybe we can get someone to fix it?) Also, the lines with the variable declarations (var a, var b, var c, etc.) should probably have a ; at the end of each of them.