/* This is the configuartion file for all the flash replaced titles */
var thin = {
src: '/flash/helveticaNeueThin.swf'
,ratios:[7, 1.35, 11, 1.22, 13, 1.16, 14, 1.18, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
};
  
var light = {
src: '/flash/helveticaNeueLight.swf'
,ratios:[7, 1.35, 11, 1.22, 13, 1.16, 14, 1.18, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
	      
};

sIFR.activate(thin, light);
  
sIFR.replace(thin, {
  wmode: 'transparent',
  fitExactly: true,
  tuneHeight: -5,
  offsetTop: 0,
    selector: '#col-2 h1'
    ,css: [
      '.sIFR-root { color: #f92b31; text-align: left; font-weight: normal; letter-spacing:0.2; background-color:#ffffff; leading:5; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f92b31; }'
      ,'a:hover { color: #000000; }'
    ]
  });

sIFR.replace(light, {
  wmode: 'transparent',
  fitExactly: true,
  tuneHeight: -5,
  offsetTop: 0,
    selector: '#col-2 h2:not("#payoff , .intro")'
    ,css: [
      '.sIFR-root { color: #f92b31; text-align: left; font-weight: normal; letter-spacing:0.2; background-color:#ffffff; leading:5; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f92b31; }'
      ,'a:hover { color: #000000; }'
    ]
  });

