function goSignup() {
	location.href="/signup/?HT=join";	
}

function goLogout() {
	location.href="/signup/logout.php";	
}

