var flight = {
    src: '/typo/futuralight.swf'
    };
var fbold = {
    src: '/typo/futurabold.swf'
  };

sIFR.prefetch(flight, fbold);
//sIFR.useDomContentLoaded = false;

sIFR.activate(flight, fbold);

sIFR.replaceNonDisplayed = true;

//sIFR.debug.ratios(fbold, {
//    selector: 'h2.sub'
//});

sIFR.replace(flight, {
    selector: 'h1.lev1, h1.lev2',
    ratios: [7,1.47,10,1.43,11,1.36,14,1.38,18,1.36,22,1.34,25,1.32,28,1.33,29,1.31,35,1.32,37,1.3,40,1.31,43,1.3,46,1.31,52,1.3,55,1.29,59,1.3,94,1.29,95,1.28,101,1.29,102,1.28,103,1.29,109,1.28,110,1.29,1.28],
    css: [
      '.sIFR-root { color:#d2492a; text-transform:uppercase; leading: -11; }'
    ],
    wmode: 'transparent'
    });
    
sIFR.replace(flight, {
    selector: 'h1.front, h1.lev3',
    ratios: [7,1.47,10,1.43,11,1.36,14,1.38,18,1.36,22,1.34,25,1.32,28,1.33,29,1.31,35,1.32,37,1.3,40,1.31,43,1.3,46,1.31,52,1.3,55,1.29,59,1.3,94,1.29,95,1.28,101,1.29,102,1.28,103,1.29,109,1.28,110,1.29,1.28],
    css: [
      '.sIFR-root { color:#d2492a; text-transform:uppercase; leading: -8; }'
    ],
    wmode: 'transparent'
    });

sIFR.replace(flight, {
    selector: '#maincontent h2',
    ratios: [7,1.47,10,1.43,11,1.36,14,1.38,18,1.36,22,1.34,25,1.32,28,1.33,29,1.31,35,1.32,37,1.3,40,1.31,43,1.3,46,1.31,52,1.3,55,1.29,59,1.3,94,1.29,95,1.28,101,1.29,102,1.28,103,1.29,109,1.28,110,1.29,1.28],
    tuneHeight: -6,
    css: [
      '.sIFR-root { color:#d2492a; text-transform:uppercase; leading: -4; }'
    ],
    wmode: 'transparent'
    });

sIFR.replace(fbold, {
    selector: 'h2.info',
    ratios: [9,1.49,10,1.39,13,1.41,16,1.39,19,1.38,20,1.35,23,1.36,29,1.35,30,1.33,39,1.34,40,1.32,44,1.33,46,1.32,47,1.33,71,1.32,73,1.31,74,1.32,76,1.31,77,1.32,1.31],
    tuneHeight: -3,
    css: [
      '.sIFR-root { color:#d2492a; text-transform:uppercase; font-weight:bold; leading: -3; }'
    ],
    wmode: 'transparent'
});


sIFR.replace(fbold, {
    selector: 'h2.sub',
    ratios: [9,1.49,10,1.39,13,1.41,16,1.39,19,1.38,20,1.35,23,1.36,29,1.35,30,1.33,39,1.34,40,1.32,44,1.33,46,1.32,47,1.33,71,1.32,73,1.31,74,1.32,76,1.31,77,1.32,1.31],
    offsetTop: -5.5,
    tuneHeight: -5,
    css: [
      '.sIFR-root { color:#ffffff; text-transform:uppercase; font-weight:bold; leading: -5;  }',
      'a { color: #fff;text-decoration: none; font-weight:bold; }',
      'a:hover { color: #191919; }',
      'a:active { color: #191919; }'
    ],
    wmode: 'transparent'
});

sIFR.replace(flight, {
    selector: 'h2.sublight',
    ratios: [9,1.49,10,1.39,13,1.41,16,1.39,19,1.38,20,1.35,23,1.36,29,1.35,30,1.33,39,1.34,40,1.32,44,1.33,46,1.32,47,1.33,71,1.32,73,1.31,74,1.32,76,1.31,77,1.32,1.31],
    wmode: 'transparent',
    tuneHeight: -5,
    css: [
      '.sIFR-root { color:#ffffff; text-transform:uppercase; leading: -5; }'
    ],
    wmode: 'transparent'
});
