var bca_title = {
  src: '/title.swf'
  ,css: {'.sIFR-root': { 'color': '#007934' }}
  ,wmode: 'transparent'
   
};

sIFR.activate(bca_title);

sIFR.replace(bca_title, {
  selector: 'h1'

}).forceClear;


sIFR.replace(bca_title, {
  selector: '#footer h2'
  ,css: [
      '.sIFR-root { color: #ffffff; }'
	]
  ,wmode: 'transparent'
}).forceClear;

sIFR.replace(bca_title, {
  selector: 'h2, h3, h4'
  ,css: [
      '.sIFR-root { color: #002664; }'
	]
  ,wmode: 'transparent'
}).forceClear;



