var tradegothic = {
      src: '/~lrcl/tradegothic.swf'
};
 
sIFR.activate(tradegothic);
 
sIFR.replace(tradegothic, {
      selector: 'h1', 
      css: [
      '.sIFR-root { font-size:18px; font-weight:bold; color:#fd6700; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(tradegothic, {
      selector: '.curved-box h2', 
      css: [
      '.sIFR-root { font-size:18px; font-weight:bold; color:#990000; text-transform: uppercase; }'
      ],
      wmode: 'transparent'
});
