var humanst = { src: 'fonts/humanst.swf' };
	sIFR.activate(humanst);

	sIFR.replace(humanst, {
    	selector: 'h2',
		tuneHeight: -10, 
		wmode: 'transparent',
    	css: '.sIFR-root {color: #000000; font-size: 30px}, .green {color: #666600}'
	});
	
var humanst = { src: '/fonts/humanst.swf' };
	sIFR.activate(humanst);

	sIFR.replace(humanst, {
    	selector: 'h3',
		wmode: 'transparent',
    	css: '.sIFR-root {color: #000000; font-size: 30px}, .green {color: #666600}'
	});
	
		sIFR.replace(humanst, {
    	selector: 'h4',
		wmode: 'transparent',
    	css: '.sIFR-root {color: #000000; font-size: 20px}, .green {color: #666600}'
	});