var sifr = {
	src: sDomain+'flash/sifr.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(sifr);

sIFR.replace(sifr, {
selector: 'h1'
,css: [
  '.sIFR-root { font-size: 25px; color: #ffffff; font-weight: bold; }'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h2'
,css: [
  '.sIFR-root { font-size: 19px; color: #a2789e; font-weight: bold; }'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h3'
,css: [
  '.sIFR-root { font-size: 18px; color: #ffffff; font-weight: bold; }'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h4'
,css: [
  '.sIFR-root { font-size: 22px; color: #ffffff; font-weight: bold; }'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h5'
,css: [
  '.sIFR-root { font-size: 22px; color: #a2789e; font-weight: bold; }'
],
wmode: 'transparent'
});

