var sifr = {
    src: flashPath+'sifr.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(sifr);

sIFR.replace(sifr, {
	    selector: 'h1'
	    ,css: ['.sIFR-root { color: #000000; height: 14px; font-size: 14px; line-height: 14px; text-transform: uppercase; }']
	    ,wmode: 'transparent'
		,selectable: false
	});
	
sIFR.replace(sifr, {
	    selector: 'h4'
	    ,css: ['.sIFR-root { color: #000000; height: 12px; font-size: 12px; line-height: 12px; text-transform: uppercase; }']
	    ,wmode: 'transparent'
		,selectable: false
	});
