var tradegothic = {
  src: '/notion/site/transpowerinternet/flash/transpower/tradegothic.swf'
};

sIFR.bUseInnerHTMLHack = true;
sIFR.preserveSingleWhitespace = false;
sIFR.hideElements = true;
sIFR.activate(tradegothic);

sIFR.replace(tradegothic, {
  selector: 'div.homepage-notices>h3',
  css: ['.sIFR-root { font-weight: bold; color: #ffffff; font-size: 17px; font-style:italic; }'],
  wmode: 'transparent'
});

//H2
sIFR.replace(tradegothic, {
  selector: 'div#content-column-customer h3',
  css: ['.sIFR-root { font-weight: bold; color: #748a96; font-size: 16px; text-transform: uppercase; }'],
  wmode: 'transparent'
});

//H1
sIFR.replace(tradegothic, {
  selector: 'h1',
  css: ['.sIFR-root { font-weight: bold; color: #748a96; font-size: 25px; text-transform: uppercase; }'],
  wmode: 'transparent'
});

//H2
sIFR.replace(tradegothic, {
  selector: 'h2',
  css: ['.sIFR-root { font-weight: bold; color: #333333; font-size: 15px; }'],
  wmode: 'transparent'
});

//H3
sIFR.replace(tradegothic, {
  selector: 'h3',
  css: ['.sIFR-root { font-weight: bold; color: #000000; font-size: 12px; }',
    'a { text-decoration: none; }',
    'a:link { color: #d66b00; }',
    'a:visited { color: #d66b00; }',
    'a:active { color: #d66b00; }',
    'a:hover { color: #d66b00; text-decoration: underline; }'
    ],
  wmode: 'transparent'
});