var cochin = { src: '/flash/sifr_helvetica_neue.swf' };

sIFR.useStyleCheck = true;
sIFR.repaintOnResize = false; 	
sIFR.activate(cochin);

sIFR.replace(cochin, {
  selector: 'h3.subtitle',
  css: [
	'.sIFR-root { text-align: center;  color: #013C0E; }'
	,'a { text-decoration: none; }'
	,'span { color: #013C0E; }'
  ],
  wmode: 'transparent'
});
sIFR.replace(cochin, {
  selector: 'h4.subtitle',
  css: [
	'.sIFR-root { text-align: center;  color: #666666; }'
  ],
  wmode: 'transparent'
});