var avenir = {
      src: '/library/sifr/flash/avenir.swf'
};
 
sIFR.activate(avenir);
 
sIFR.replace(avenir, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:15px; font-weight:normal; color: #f2f1ee; text-align: center; }'
      ],
      wmode: 'transparent'
});