//This script contains functions common to the entire site.

function confirmation() {
	return (confirm("Are you sure?"));
}

