var sohoGothicPro = { src: 'library/clients/dcinteractive/sohoGothicPro.swf' };

//sIFR.useStyleCheck = true;
sIFR.activate(sohoGothicPro);

sIFR.replace(sohoGothicPro, {
  selector: 'h1',
  css: '.sIFR-root { color: #3A1F13; leading: -10; }',
  offsetTop: -5,
  wmode: 'transparent'
});

sIFR.replace(sohoGothicPro, {
  selector: 'h2',
  css: '.sIFR-root { color: #3A1F13; }',
  wmode: 'transparent'
});

sIFR.replace(sohoGothicPro, {
  selector: 'h3',
  css: '.sIFR-root { color: #3A1F13; leading: -7; }',
  wmode: 'transparent'
});

sIFR.replace(sohoGothicPro, {
  selector: 'h4',
  css: '.sIFR-root { color: #3A1F13; leading: -6; }',
  wmode: 'transparent'
});