var impact = {
	src: 'sifr/flash/impact.swf'
};

sIFR.activate( impact );

var sIFR_replace = function() {
	
	sIFR.replace( impact, {
		selector: '#wide-column h2',
		css: [
			'.sIFR-root { color: #f58426; font-size: 30px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( impact, {
		selector: '#home-headline h2',
		css: [
			'.sIFR-root { color: #ffffff; font-size: 60px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( impact, {
		selector: '.column h3',
		css: [
			'.sIFR-root { color: #f58426; font-size: 24px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( impact, {
		selector: '.section h2, .section h3',
		css: [
			'.sIFR-root { color: #f58426; font-size: 18px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
}

sIFR_replace();