var franklin_gothic = {
  src: '/includes/sifr3/franklin-gothic-md.swf'
};

sIFR.activate(franklin_gothic);

sIFR.replace(franklin_gothic, {
	selector: 'h1.sifr-title',
	css: [
      '.sIFR-root { }',
      'strong { color:#E0081E; }'
      ],
  	wmode: 'transparent'
});