function getObject(elementid) {
	if (document.all && !document.getElementById) {
		return document.all(elementid)
	} else {
		return document.getElementById(elementid)
	}
}

function confirmExternalLink(){
	alert('You are now about to leave the RSPCA Coventry and District Branch website. The branch cannot accept any liability for the content or availability of the website that you will now be accessing, and the inclusion of a link to it is not an endorsement of the material it contains.')
}
