var sifrFont = {
  src: '/interface/flash/sifr.swf',
  wmode: 'transparent'
};

sIFR.activate(sifrFont);
sIFR.replace(sifrFont, {
  selector: 'h1.sifr',
  css: [ '.sIFR-root { color: #414042; font-size: 18px; text-transform: uppercase; font-weight: normal; }' ],
  wmode: 'transparent',
  ratios: [8,1.41,10,1.33,14,1.31,16,1.26,20,1.27,24,1.26,25,1.24,26,1.25,35,1.24,49,1.23,74,1.22,75,1.21,76,1.22,77,1.21,79,1.22,80,1.21,81,1.22,1.21]
});

sIFR.replace(sifrFont, {
  selector: 'h2.sifr',
  css: [ '.sIFR-root { color: #ffffff; font-size: 18px; text-transform: uppercase; font-weight: normal; }' ],
  wmode: 'transparent',
  ratios: [8,1.41,10,1.33,14,1.31,16,1.26,20,1.27,24,1.26,25,1.24,26,1.25,35,1.24,49,1.23,74,1.22,75,1.21,76,1.22,77,1.21,79,1.22,80,1.21,81,1.22,1.21]
});
