function valError() {
	alert("You did not fill in one or more fields. Please try again!");
}

function sent() {
	alert("Thank you for your entry!");
}

function error() {
	alert("There was an error submitting your entry. Please try again!");
}

function noSuchUser() {
	alert("You have provided an invalid username. Please try again!");
}