var tradegothic = {
     src: webroot + '/Resources/sIFR/flash/tradegothic.swf'
};
sIFR.activate(tradegothic);
sIFR.replace(tradegothic, {
      selector: 'h1',
	  
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#837f75; }'
       ],
	  
	  
       wmode: 'transparent'
});