/* Loading Fonts */
	var geometric_slab = {
		src: '/media/swf/sifr/geometric_slab.swf'
	};

/* sIFR Config */
	sIFR.useStyleCheck = true;
	sIFR.activate(geometric_slab);

/* Element Replacements */
	sIFR.replace(geometric_slab, {
		selector: 'h2.slab'
		,css: '.sIFR-root { font-size: 22px; color: #333; font-weight: normal; }'
		,wmode: 'transparent'
		,selectable: true
	});

	sIFR.replace(geometric_slab, {
		selector: 'h2.smallSlab'
		,css: '.sIFR-root { font-size: 18px; color: #333; font-weight: normal; }'
		,wmode: 'transparent'
		,selectable: true
	});

