var sifr = {
src: sDomain+'flash/sifr.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(sifr);

sIFR.replace(sifr, {
selector: 'h1'
,css: [
  '.sIFR-root { color: #1f99d2; font-size: 18px; text-transform: uppercase; height: 26px; float: left; font-weight: bold; }',
  'em { color: #520007; font-style: normal; font-weight: bold; }'
],
wmode: 'transparent'
});

