function clearInput(a,b){if(a.value==b){a.value=""}}function goToSignUpBox(){var a=document.getElementById("emailField");if(a!=null){a.focus()}else{window.location.href="/?signup=new-signup"}};
