var optima = {
  src: '/includes/sifr_optima.swf'
};
sIFR.prefetch(optima);
sIFR.activate(optima);
sIFR.replace(optima, {
  selector: 'h1'
    ,css: [
      '.sIFR-root { font-size: 34px; line-height: 34px;	color: #004795; line-height: 0; display: inline; }'
    ]
	,wmode: 'transparent'
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#CCCCCC'
        ,strength: 3
		,angle: 75
    	}
	}
});
