$(document).ready(function () {
	$("#verified").click(function () {
		$.get('/verify.php');
		$("#ageVerify").fadeOut("fast");
	});
});


