function toggleSignIn(){var c=$("#divRegister");var b=$("#divSignIn");var d=$("#divSignInLink");var e=$("#divRegisterLink");var a=$("#loginTitle");if(c.is(":visible")){c.hide();b.show();d.hide();e.show();a.html("Sign In")}else{b.hide();c.show();d.show();e.hide();a.html("Register")}}function invalidDomain(){$("body").whiteOut(true);$("#invalidDomainMessage").show()}function hideInvalidDomain(){$("#invalidDomainMessage").hide();$("body").removeWhiteOut()}function emailSuccess(){alert("TeamDynamix has been notified of your request for an account. You will be contacted by email when your account is granted to you. Thank you!")};
