var trajan = {
  src: 'flash/trajan.swf'
};

sIFR.activate(trajan); // From revision 209 and onwards

sIFR.replace(trajan, {
  wmode: 'transparent',
  selector: 'h1,h2'
      ,css: {
      '.sIFR-root': { 'color': '#ad001c', 'font-weight': 'bold', 'wmode': 'transparent' }
    }
});

sIFR.replace(trajan, {
  wmode: 'transparent',
  selector: 'h3,h4,h6'
      ,css: {
      '.sIFR-root': { 'color': '#484848', 'font-weight': 'bold', 'wmode': 'transparent' }
    }
});

sIFR.replace(trajan, {
  wmode: 'transparent',
  selector: '.subtitulo'
      ,css: {
      '.sIFR-root': { 'color': '#B1101A', 'font-weight': 'bold', 'wmode': 'transparent' }
    }
});