
$(function () {
	$('a.mc').click(function () {
		return confirm("Please Note: The website you are about to be taken to contains an inaccuracy. It claims that Mornington Crescent has no rules. This is blatently untrue; rather it is the case that enumerating them is an impossibility due to their complexity.\n\nIf you are willing to accept this to be the case (and acknowledge that Wikipedia isn't *always* accurate), click OK. Otherwise, click Cancel to remain on this website.");
	});
});

