function verify() {
	if (document.getElementById('Rules').checked==false) {
		alert("You must agree to the Terms and Conditions before continuing with the sponsorship process.");
		return false;
	}
	else {
		return true;
	}
}
