
var BirchStd = { src: '/flash/sifr/BirchStd.swf' };
sIFR.activate(BirchStd);
sIFR.replace(BirchStd, {
  selector: '#content > h1, .homeContent h1',
  css: '.sIFR-root {color: #2f3192; font-size:39px; }',
  wmode: 'transparent',
  filters: {
  DropShadow: {
    knockout: false
    ,distance: 2
    ,color: '#000000'
    ,strength: .2
	,blurY: .5
	,blurX: .5
	,quality: 100
  }
  
}
});



