var font = {
	src: 'layout/sifr.swf',
	useStyleCheck: false,
	repaintOnResize: true
}

sIFR.domains = ['*'];

sIFR.replace(font, {
	selector: 'h1#main_headine',
	css: [
		'.sIFR-root { color: #FFFFFF; }'
	],
	wmode: 'transparent',
	ratios: [10, 1.32, 16, 1.27, 17, 1.23, 18, 1.25, 25, 1.23, 29, 1.21, 34, 1.22, 35, 1.2, 36, 1.21, 48, 1.2, 73, 1.19, 77, 1.18, 78, 1.19, 1.18]
});

sIFR.replace(font, {
	selector: 'body div#content h1',
	css: [
		'.sIFR-root { color: #57AD18; }'
	],
	wmode: 'transparent',
	ratios: [10, 1.32, 16, 1.27, 17, 1.23, 18, 1.25, 25, 1.23, 29, 1.21, 34, 1.22, 35, 1.2, 36, 1.21, 48, 1.2, 73, 1.19, 77, 1.18, 78, 1.19, 1.18]
});


if (
	swfobject.hasFlashPlayerVersion('8.0.0') &&
	!(!!(
		window.attachEvent &&
		navigator.userAgent.indexOf('Opera') === -1 &&
		parseInt(navigator.userAgent.substring (navigator.userAgent.indexOf("MSIE")+5))==6
	))
) sIFR.activate(font);