var avenir = {
      src: '/cip/sifr/flash/avenir.swf'
};
 
sIFR.activate(avenir);
 
sIFR.replace(avenir, {
      selector: 'h1.title',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#333333; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});
