
var garamond = { 
    src: '/_common/swf/sifr-fonts/garamond.swf', 
    ratios: [7, 1.47, 10, 1.43, 18, 1.36, 22, 1.34, 25, 1.32, 28, 1.33, 29, 1.31, 32, 1.32, 33, 1.3, 37, 1.31, 52, 1.3, 58, 1.29, 59, 1.3, 79, 1.29, 81, 1.28, 82, 1.29, 84, 1.28, 86, 1.29, 88, 1.28, 89, 1.29, 95, 1.28, 96, 1.29, 1.28],
    transparent: true
};

var frutiger = { 
    src: '/_common/swf/sifr-fonts/frutiger.swf', 
    ratios: [8, 1.41, 11, 1.31, 15, 1.29, 25, 1.25, 33, 1.23, 43, 1.22, 61, 1.21, 91, 1.2, 92, 1.19, 107, 1.2, 108, 1.19, 110, 1.2, 113, 1.19, 115, 1.2, 119, 1.19, 120, 1.2, 121, 1.19, 122, 1.2, 124, 1.19, 1.2],
    transparent: true
};

//sIFR.useDomLoaded = false;
sIFR.activate(garamond, frutiger);

//sIFR.debug.ratios({ src: '/_common/swf/frutiger.swf', selector: 'h2' });


sIFR.replace(garamond, {
  selector: 'h1',
  css: '.sIFR-root { color: #483f7f; }'
});

sIFR.replace(frutiger, {
  selector: 'h2',
  css: '.sIFR-root { color: #483f7f; }'
});

sIFR.replace(frutiger, {
  selector: 'h3',
  css: '.sIFR-root { color: #483f7f; } a { color: #483f7f; text-decoration: none; } a:hover { color: #483f7f; text-decoration: none; }'
});
