var verdana = { src: '/Content/flash/sifr.swf' };

sIFR.activate(verdana);


sIFR.replace(verdana, {
  selector: 'h1',
  css: '.sIFR-root { color: #043A82;  z-index: 1000; position: relative; background-color: transparent;}',
  tuneHeight: -5,
  transparent: true,
  ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 32, 1.25, 36, 1.26, 37, 1.24, 42, 1.25, 57, 1.24, 60, 1.23, 62, 1.24, 69, 1.23, 70, 1.24, 101, 1.23, 102, 1.22, 110, 1.23, 111, 1.22, 119, 1.23, 120, 1.22, 123, 1.23, 1.22]
});

/*
// If you ever need to recalculate the ratios of a given font file, do so by modifying below and commenting
// out the places below and above where the font file is used.
sIFR.debug.ratios({ src: '/Content/flash/sifr.swf', selector: 'h1' });
*/

sIFR.replace(verdana, {
  selector: '#SavingsWidget .SavingsTotal',
  css: '.sIFR-root { color: #043A82; font-weight: bold; letter-spacing: 5; }',
  transparent: true,
  ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 32, 1.25, 36, 1.26, 37, 1.24, 42, 1.25, 57, 1.24, 60, 1.23, 62, 1.24, 69, 1.23, 70, 1.24, 101, 1.23, 102, 1.22, 110, 1.23, 111, 1.22, 119, 1.23, 120, 1.22, 123, 1.23, 1.22]
});
