var gotham = {src:''};

// sIFR.prefetch(gotham);
sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion < 0); // disable sifr in IE
sIFR.activate(gotham);

sIFR.replace(
	gotham
	, {selector: 'h2.sifr'
	, css: ['.sIFR-root{letter-spacing:-.8; leading:2;}', 'em{font-style:normal; color:#797c80;}', 'a{color:#005eb0; text-decoration:none;}', 'a:hover{color:#005eb0; text-decoration:underline;}']
	, ratios: [6,1.24,11,1.13,12,1.12,21,1.07,29,1.04,30,1.05,49,1.03,53,1.02,54,1.03,74,1.02,77,1.01,78,1.02,83,1.01,84,1.02,89,1.01,90,1.02,95,1.01,96,1.02,1.01]
	, offsetTop: -1
	, tuneHeight: -5
	, wmode: 'opaque'
	});

sIFR.replace(
	gotham
	, {selector: 'h2.sifr2'
	, css: ['.sIFR-root{letter-spacing:-.5; leading:2;}', 'em{font-style:normal; color:#797c80;}', 'a{color:#005eb0; text-decoration:none;}', 'a:hover{color:#005eb0; text-decoration:underline;}']
	, ratios: [6,1.24,11,1.13,12,1.12,21,1.07,29,1.04,30,1.05,49,1.03,53,1.02,54,1.03,74,1.02,77,1.01,78,1.02,83,1.01,84,1.02,89,1.01,90,1.02,95,1.01,96,1.02,1.01]
	, offsetTop: -1
	, tuneHeight: -5
	, wmode: 'opaque'
	});