if (document.forms[0].PageType.value == "message" && unescape(document.forms[0].msgPageTitle.value) == "Registration failed"){
document.getElementById('edDeskBody').innerHTML = "Registration successfulYou are logged in to the Teacher e-Club.
If you wish to proceed with any current purchases then go to Checkout, or Continue Shopping.
";
}
if (document.forms[0].PageType.value == "message" && unescape(document.forms[0].msgPageTitle.value) == "Registration received") {
document.getElementById('edDeskBody').innerHTML = "Registration successfulYou are now logged in to the Teacher e-Club.
If you wish to proceed with any current purchases then go to Checkout, or Continue Shopping.
";
}