var futurabook = {
	src: 'fileadmin/flash/sifr/futura-book.swf'
	};
	
// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;

sIFR.activate(futurabook );

sIFR.replace(futurabook, {
	selector: '#layout-content h2',
	css: [
		'.sIFR-root { color: #f99d1c; font-size: 18px; text-transform: uppercase; }'
		],
	wmode: 'transparent',
	ratios: [9, 1.49, 10, 1.39, 13, 1.41, 16, 1.39, 19, 1.38, 20, 1.35, 23, 1.36, 29, 1.35, 30, 1.33, 39, 1.34, 40, 1.32, 44, 1.33, 46, 1.32, 47, 1.33, 71, 1.32, 73, 1.31, 74, 1.32, 76, 1.31, 77, 1.32, 1.31],
	tuneHeight: '-11',
	offsetTop: '-4'
	});