var bca_title = {
  src: '/title.swf'
};


sIFR.activate(bca_title);

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

}).forceClear;


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

});

