var font = { src: 'fileadmin/templates/swf/heading.swf' };
sIFR.activate(font);
sIFR.replace(font, {
	selector: '#content_header h1',
	transparent: true,
	css: {
		'.sIFR-root': {
			'color': '#3d3d3d',
			'font-size': '22',
			'font-weight': 'bold'
		}
	}
});
sIFR.replace(font, {
	selector: '#booking_box h3',
	transparent: true,
	css: {
		'.sIFR-root': {
			'color': '#3d3d3d',
			'font-size': '14',
			'font-weight': 'bold'
		}
	}
});