var bca_title = {
  src: 'title.swf'
  ,css: {'.sIFR-root': { 'color': '#ffffff' }}
  ,wmode: 'transparent'
   
};

sIFR.activate(bca_title);

sIFR.replace(bca_title, {
  selector: 'h1'

}).forceClear;



sIFR.replace(bca_title, {
  selector: 'h2, h3, h4'
  ,css: [
      '.sIFR-root { color: #333333; }'
	]
  ,wmode: 'transparent'
}).forceClear;



