var tradegothic = {
  src: 'swf/tradegothic-medium.swf'
};

var tradegothicbold = {
  src: 'swf/tradegothic-bold.swf'
};

//sIFR.prefetch(tradegothic, tradegothicbold);
sIFR.activate(tradegothic);
sIFR.activate(tradegothicbold);


sIFR.replace(tradegothicbold, {
    selector: '#content h1'
    ,css: [
      '.sIFR-root { color:#FFFFFF; background-color: transparent;}'
    ]
	,wmode: 'transparent'
  });

sIFR.replace(tradegothicbold, {
    selector: '#content blockquote'
    ,css: [
      '.sIFR-root { color:#FFFFFF; background-color: transparent; leading: 8;}'
    ]
	,wmode: 'transparent'
  });

sIFR.replace(tradegothicbold, {
    selector: '#content .panel h2, #content .panel h3'
    ,css: [
      '.sIFR-root { color:#1F2227; background-color: transparent;}'
    ]
	,wmode: 'transparent'
  });

sIFR.replace(tradegothic, {
    selector: '#events-landing .box h2'
    ,css: [
      '.sIFR-root { color:#FFFFFF; background-color: transparent;}'
    ]
	,wmode: 'transparent'
  });


sIFR.replace(tradegothic, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { color:#ffffff; letter-spacing: 0.2; background-color: transparent;}'
    ]
	,wmode: 'transparent'
  });

sIFR.replace(tradegothic, {
    selector: 'p.intro'
    ,css: [
      '.sIFR-root { color:#ffffff; background-color: transparent;}'
    ]
    ,ratios: [8, 1.42, 11, 1.38, 17, 1.32, 21, 1.3, 23, 1.27, 30, 1.28, 44, 1.26, 65, 1.25, 66, 1.24, 67, 1.25, 70, 1.24, 71, 1.25, 118, 1.24, 119, 1.23, 1.24]
	,wmode: 'transparent'
  });
  

