function gate(link) {
	if(confirm("By clicking OK, I certify that I am a sophisticated investor or a member of the Common Good Finance team.")) {
		location.href=link;
	}
}

