var avenir = {
      src: 'flash/avenir.swf'
};
 
sIFR.activate(avenir);
 
sIFR.replace(avenir, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#00474d; }',
      'em { font-style:norma; }',
      'strong { font-weight:bold; color:#00474d; }'
      ],
      wmode: 'transparent'

});

sIFR.replace(avenir, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#d11a6f; }',
      'em { font-style:norma; }',
      'strong { font-weight:bold; color:#d11a6f; }'
      ],
      wmode: 'transparent'

});

sIFR.replace(avenir, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#571c1f; }',
      'em { font-style:norma; }',
      'strong { font-weight:bold; color:#571c1f; }'
      ],
      wmode: 'transparent'

});

sIFR.replace(avenir, {
      selector: 'h4',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#8c8468; }',
      'em { font-style:norma; }',
      'strong { font-weight:bold; color:#8c8468; }'
      ],
      wmode: 'transparent'

});