


var bankgothic = {
  src: 'flash/bankgothic.swf'
};


sIFR.activate(bankgothic);

sIFR.replace(bankgothic, {
  selector: 'h2',
  wmode: 'transparent',
  css: [ 
	'.sIFR-root { color: #000000;}'
  ]
});

sIFR.replace(bankgothic, {
  selector: 'h3',
  wmode: 'transparent',
  css: [ 
	'.sIFR-root { color: #577483; }'
  ]
});

sIFR.replace(bankgothic, {
  selector: 'h4',
  wmode: 'transparent',
  css: [ 
	'.sIFR-root { color: #605661; }'
  ]
});


