var avenir = { src: '/js/avenir-roman.swf' };

sIFR.activate(avenir);

sIFR.replace(avenir, {
  selector: '.pc h1',
  css: '.sIFR-root { background-color: #FCF6ED; color: #97081D; font-size: 30px; }',
  transparent: true
});
sIFR.replace(avenir, {
  selector: 'body#home .pc h2',
  css: '.sIFR-root { background-color: #FCF6ED; color: #97081D; font-size: 18px; }',
  transparent: true
});