var headfont = { src: 'js/flash/sifr.swf' };

sIFR.activate(headfont);

sIFR.replace(headfont, {
  selector: 'h1',
  css: '.sIFR-root { color: #215e75; font-size: 26px; font-weight: bold; font-style: italic; text-align: center; }',
  filters: {
        DropShadow: {
           distance: 1,
           color: '#ffffff',
           strength: 2,
           alpha: .5
        }
      },
  wmode: 'transparent'
});

sIFR.replace(headfont, {
  selector: 'h2',
  css: '.sIFR-root { color: #da251d; font-size: 24px; }'
});
