function success() {
	window.location = "../admin.html";
}

function fail() {
	window.location = "../fail.html";
}