function DoQuit() {
	location.href = "thanks.html";
}

function MoreInfo() {
	location.href = "buy.html";
}
