var futura = { src: "templates/media/fonts/futura.swf" };

sIFR.activate(futura);

sIFR.replace(futura, {
	selector: 'h1.heading',
	thickness: -50,
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 35px; color: #FF0000; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

sIFR.replace(futura, {
	selector: 'h2.heading, h3.heading',
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 20px; color: #0000FF; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});