function authForm() {
	$("#authForm").toggle();
	return false;
}
