function access(page) {
	if (confirm("This section of the It's My Pleasure website contains adult content.\r\n\r\nAre you 18 years of age or older, and are comfortable with accessing this content?")) {
		location.href = page;
	}
}