var futura = { src: 'http://www.bigleaguebattery.com/sifr/futura.swf' };

// Remember, there must be *only one* `sIFR.activate()`!
sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h4', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #fbda00; }',
  'a {color: #fbda00; text-decoration: none;}',
  'a:hover {color: #fbda00; text-decoration: underline;}',
  'em {color: #ffffff; font-style:normal;}'
  ]
  ,filters: {
        DropShadow: {
           distance: 3
          ,color: '#000000'
          ,strength: 2
          ,alpha: .4
		  ,angle:45
        }
		,Glow: {
		  knockout:false
		  ,strength: 2
		  ,quality: 1
		  ,color: '#000000'
		  ,distance: .25
		}
      }  
});
