var BauerBodoniD = {
	src: '/flash/sifr_BauerBodoniD.swf'
};

var CGOmega = {
	src: '/flash/sifr_CGOmega.swf'
};

sIFR.delayCSS = true;
// sIFR.domains = ['domain.com'];
sIFR.activate(BauerBodoniD, CGOmega);

sIFR.replace(BauerBodoniD, {
	selector: 'pre'
	,css: [
		'.sIFR-root { color: #CC9C2E; background-color: #000000; text-align: center; }'
		,'em { font-style: italic; color: #CC9C2E; }'
		,'strong { font-style: bold; color: #CC9C2E; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(BauerBodoniD, {
	selector: 'h1'
	,css: [
		'.sIFR-root { font-weight:bold; color: #CC9C2E; background-color: #000000; }'
		,'em { font-style: italic; color: #CC9C2E; }'
		,'strong { font-style: bold; color: #CC9C2E; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(BauerBodoniD, {
	selector: 'h2'
	,css: [
		'.sIFR-root { color: #E4D08A; background-color: #000000; }'
		,'em { font-style: italic; color: #E4D08A; }'
		,'strong { font-style: bold; color: #E4D08A; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(BauerBodoniD, {
	selector: 'h3'
	,css: [
		'.sIFR-root { color: #FFFFFF; background-color: #000000; }'
		,'em { font-style: italic; color: #FFFFFF; }'
		,'strong { font-style: bold; color: #FFFFFF; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(CGOmega, {
	selector: 'h4'
	,css: [
		'.sIFR-root { color: #CC9C2E; background-color: #000000; }'
		,'em { font-style: italic; color: #CC9C2E; }'
		,'strong { font-style: bold; color: #CC9C2E; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(CGOmega, {
	selector: 'h5'
	,css: [
		'.sIFR-root { color: #E4D08A; background-color: #000000; }'
		,'em { font-style: italic; color: #E4D08A; }'
		,'strong { font-style: bold; color: #E4D08A; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(CGOmega, {
	selector: 'h6'
	,css: [
		'.sIFR-root { color: #FFFFFF; background-color: #000000; }'
		,'em { font-style: italic; color: #FFFFFF; }'
		,'strong { font-style: bold; color: #FFFFFF; }'
    ]
	,wmode: 'transparent'
});
