  var gothambold = {
    src: '/assets/swf/gothambold.swf'
    ,ratios: [8, 1.41, 10, 1.33, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 49, 1.23, 74, 1.22, 75, 1.21, 79, 1.22, 80, 1.21, 81, 1.22, 1.21]
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(gothambold);

  sIFR.replace(gothambold, {
    selector: '#masthead h2'
    ,css: [
      '.sIFR-root { color: #FFFFFF; leading: -5; }'
    ],
	wmode: 'transparent'
  });
  sIFR.replace(gothambold, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { color: #2454AB; leading: -3; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #827200; }'
      ,'a:hover { color: #827200; }'
    ],
	wmode: 'transparent'
  });
  sIFR.replace(gothambold, {
    selector: '.home #secondary .lower h3'
    ,css: [
      '.sIFR-root { color: #FFFFFF; }'
    ],
	wmode: 'transparent'
  });
  sIFR.replace(gothambold, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { color: #031A7B; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #827200; }'
      ,'a:hover { color: #827200; }'
    ],
	wmode: 'transparent'
  });
  sIFR.replace(gothambold, {
    selector: '.home #secondary .lower h4'
    ,css: [
      '.sIFR-root { color: #FFFFFF; }'
    ],
	wmode: 'transparent'
  }); 
  sIFR.replace(gothambold, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { color: #031A7B; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #827200; }'
      ,'a:hover { color: #827200; }'
    ],
	wmode: 'transparent'
  });