


var font = {
      src: 'flash/monotype-corsiva.swf'
      ,ratios: [6, 2.27, 7, 2.09, 8, 1.95, 9, 1.86, 10, 1.78, 11, 1.71, 12, 1.69, 13, 1.64, 14, 1.59, 15, 1.55, 18, 1.52, 21, 1.45, 23, 1.4, 24, 1.39, 25, 1.37, 26, 1.36, 27, 1.34, 31, 1.33, 34, 1.3, 37, 1.28, 38, 1.27, 40, 1.26, 45, 1.25, 47, 1.23, 48, 1.24, 50, 1.23, 56, 1.22, 59, 1.21, 63, 1.2, 68, 1.19, 76, 1.18, 86, 1.17, 98, 1.16, 114, 1.15, 1.14]
};
 
sIFR.activate(font);
 

 
sIFR.replace(font, {
      selector: '#content h2',
      css: [
        '.sIFR-root { font-size:36px; font-weight:normal; color: #fefefe; margin-bottom: 0; letter-spacing: 1;}'
        ],
      wmode: 'transparent'
      ,tuneHeight: -10 
});

// sIFR.debug.ratios({ src: 'flash/avantgarde-light.swf', selector: 'h3' });


sIFR.replace(font, {
      selector: '#content h3',
      css: [
        '.sIFR-root { font-size:24px; font-weight:normal; color: #fefefe; margin-bottom: 0; letter-spacing: 1;}'
        ],
      wmode: 'transparent'
      ,tuneHeight: -10 
});


