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

sIFR.activate(caecilia);

sIFR.replace(caecilia, {
  selector: 'h1.sifr',
  css: [
      '.sIFR-root { font-weight:bold; color:#ef792f; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#ef792f; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(caecilia, {
  selector: 'h2.sifr',
  css: [
      '.sIFR-root { font-weight:bold; color:#ef792f; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#ef792f; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(caecilia, {
  selector: 'h3.sifr',
  css: [
      '.sIFR-root { font-weight:bold; color:#ef792f; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#ef792f; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(caecilia, {
  selector: 'h4.sifr',
  css: [
      '.sIFR-root { font-size:1em; font-weight:bold; color:#ef792f; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#ef792f; }'
      ],
  wmode: 'transparent'
});
