function confirmLeave (link) {
	if (window.confirm("This link will take you off the Home Office web site. Are you sure?"))
		window.location = link
}



