var avenir = {
      src: 'http://www.whiteribbonalliance.org/flash/avenir.swf'
};
 
sIFR.activate(avenir);
 
sIFR.replace(avenir, {
      selector: '#home_left h2',
	  css: [
      '.sIFR-root { font-size:40px; font-weight:normal; color:#000000; text-transform:lowercase; padding:0; margin:0; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: '#home_right ul#sections li h3',
	  css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#000000; text-transform:lowercase; padding:0; margin:0; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: '#internal_content h2',
	  css: [
      '.sIFR-root { font-size:32px; font-weight:normal; color:#000000; text-transform:lowercase; padding:0; margin:0; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: 'ul#internal_left li#whats_new h3',
	  css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#000000; text-transform:lowercase; padding:0; margin:0; }'
      ],
      wmode: 'transparent'
});