var tradegothicBold2 = {
  src: '/flash/tradegothic-bold2.swf'
};

sIFR.activate(tradegothicBold2); // From revision 209 and onwards

var tradegothic = {
  src: '/flash/tradegothic.swf'
};

sIFR.activate(tradegothic); // From revision 209 and onwards

sIFR.replace(tradegothic, {
  selector: 'h2.subhead'
   ,css: {
      '.sIFR-root': { 'color': '#666666', 'letter-spacing': 0, leading: 0 }
   }
});

sIFR.replace(tradegothicBold2, {
  selector: 'h1'
   ,css: {
      '.sIFR-root': { 'color': '#333333', 'letter-spacing': 0, leading: 0 }
   }
});