function confirmURL() {
	if( confirm("You are leaving Parker Carlson & Johnson's website. Although we believe the website you wish to visit will be helpful to you, Parker Carlson & Johnson has not verified the accuracy of the linked website nor is Parker Carlson & Johnson responsible for its content.") ) {
		return true;
	} else {
		return false;
	}
}