var avenir = { src: 'http://www.spicycomm.com.br/ci-spicy/includes/swf/avenir.swf' };

sIFR.activate(avenir);
	  
    // sIFR.useStyleCheck = true;
    //sIFR.activate(georgia);

    /*sIFR.replace(blackjar, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { color: #4a3c0c; font-size: 19pt; margin: 0 auto; text-align: center; }',
		'span { vertical-align: super; }'
      ],
	  wmode: 'transparent'
    });*/
	
	sIFR.replace(avenir, {
	  selector: '.infos header h2',
	  css: '.sIFR-root { font-size: 28px; color: #da2431; text-transform: uppercase; margin: 0; letter-spacing: -0.3; text-decoration: none; }'
	   ,wmode: 'transparent'
	});
	
	sIFR.replace(avenir, {
	  selector: '.infos header h3',
	  css: '.sIFR-root { font-size: 24px; color: #6a6a6a; margin: 0 0 10px; letter-spacing: -0.3; text-decoration: none; }'
	   ,wmode: 'transparent'
	});
