var gotham_light = {
  src: '_includes/_fonts/gotham_light.swf'
};
sIFR.activate(gotham_light); 
sIFR.replace(gotham_light, {
  selector: 'h1', css: {
      '.sIFR-root': { 'color': '#FFFFFF' }
    },
wmode:'transparent'
});
var gotham_bold = {
  src: '_includes/_fonts/gotham_bold.swf'
};
sIFR.activate(gotham_bold); 
sIFR.replace(gotham_bold, {
  selector: 'h2', css: {
      '.sIFR-root': { 'color': '#adadad' }
    },
wmode:'transparent'
});
