var header = {
  	src: '/global/swf/trade.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(header);
sIFR.replace(header, {
    selector: 'h2#sitetitle'
    ,css: [
      '.sIFR-root { color:#7d110c; font-size: 31px; letter-spacing: -0.8; line-height: 1em; }'
      ,'.sIFR-root a { color: #7d110c; text-decoration: none; }'
      ,'.sIFR-root a:link { color: #7d110c; }'
      ,'.sIFR-root a:hover { color: #7d110c; text-decoration: none; }'
    ]
  });
