var interstate = {
	src: '/js/sifr/interstate.swf'
};

sIFR.activate(interstate);

function replaceHeadings() {
	sIFR.replace(interstate, {
		selector: '.en h2'
		,wmode: 'opaque'
		,css: [
			'.sIFR-root { color: #222222; background-color: #fff; line-height: 1; leading: 6px; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #222222; }'
			,'a:hover { color: #b6aca1; }'
		]
	});
	sIFR.replace(interstate, {
		selector: '.en h3'
		,wmode: 'opaque'
		,css: [
			'.sIFR-root { color: #222222; background-color: #fff; line-height: 1.2; leading: 4px; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #222222; }'
			,'a:hover { color: #b6aca1; }'
		]
	});
}

replaceHeadings();