function Button_8b3542317270_onClicked() {
if (TextEditBox_getValue("TextEditBox_8b1a8e614f11") != TextEditBox_getValue("TextEditBox_8b284fdd0358")) {
window.alert("Can not find this user name, have you registered?");

} else {
if (TextEditBox_getValue("TextEditBox_8b1a8e61887b") == TextEditBox_getValue("TextEditBox_8b290235767e")) {
setTimeout(function() {
TextEditBox_setValue("TextEditBox_8b4e01c47f28", "Welcome back, " + TextEditBox_getValue("TextEditBox_8b284fdd0358") + "");
switchPage(4);
}, 1000);

} else {
window.alert("The password is not matched.");

}
}
}
document.getElementById("Button_8b3542317270").onclick = Button_8b3542317270_onClicked;
