var bernhardFashion = { src: '/sifr/sifr_BernhardFashion.swf' };

sIFR.activate(bernhardFashion);

sIFR.replace(bernhardFashion, {
  selector: 'h2.sifrreplace',
  wmode: 'transparent',
  css: {
  	'.sIFR-root' : { 'font-weight':'bold', 'text-transform':'uppercase' }
  },
  filters: {
        DropShadow: {
          distance: 1,
          color: '#666666',
          strength: 1
        }
      }
});
