
$(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.");
	});
});

/* sIFR Configuration */

var trajan_pro = { src: '/scripts/trajan-pro.swf' };
sIFR.activate(trajan_pro);

var sIFRcss_em = 'em { font-style:italic; }';
var sIFRcss_strong = 'strong { font-weight:bold; }';
var sIFRcss_a = 'a { color: #800000; text-decoration: underline;  }';
var sIFRcss_a_hover = 'a:hover { color: #800000; text-decoration: none; }';

sIFR.replace(trajan_pro, {
	selector: 'h1',
	css: [
		'.sIFR-root { font-weight:normal; color: #333; }',
		sIFRcss_em,
		sIFRcss_strong,
		sIFRcss_a,
		sIFRcss_a_hover
    ],
	wmode: 'transparent'
});