var balzano = {
  src: '/includes/sifr_balzano.swf'
};
sIFR.prefetch(balzano);
sIFR.activate(balzano);
sIFR.replace(balzano, {
  selector: 'h1.balz'
    ,css: [
      '.sIFR-root { font-size: 48px; line-height: 48px;	color: #0076C0; line-height: 0; display: inline; }'
    ]
	,wmode: 'transparent'
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#CCCCCC'
        ,strength: 3
		,angle: 75
    	}
	}
});
sIFR.replace(balzano, {
  selector: 'h1.balzCenter'
    ,css: [
      '.sIFR-root { font-size: 48px; line-height: 48px;	text-align: center; color: #0076C0; line-height: 0; display: inline; }'
    ]
	,wmode: 'transparent'
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#CCCCCC'
        ,strength: 3
		,angle: 75
    	}
	}
});
sIFR.replace(balzano, {
  selector: 'h3.balz'
    ,css: [
      '.sIFR-root { font-size: 48px; line-height: 48px;	color: #00578E; line-height: 0; display: inline; }'
    ]
});
sIFR.replace(balzano, {
  selector: 'h3.balzCenter'
    ,css: [
      '.sIFR-root { font-size: 48px; line-height: 48px;	text-align: center; color: #00578E; line-height: 0; display: inline; }'
    ]
});

