function GotoLogonAndReturn() { top.location.href = "/secure/logon.aspx?gotoURL=" + encodeURI(top.location.href); } function GotoSignupAndReturn() { top.location.href = "/secure/signup.aspx?gotoURL=" + encodeURI(top.location.href); }