//--------------------------------------------------------
// For sIFR
var tradeGothic = {
  src: '/shared/swf/tradeGothic.swf'
};
var TradeGothicBold = {
  src: '/shared/swf/TradeGothicBold.swf'
};
// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(tradeGothic);
sIFR.replace(tradeGothic, {
  selector: 'h1'
  ,css: {
	'.sIFR-root': { 'color': '#FFFFFF' }
  	}
  ,wmode: 'transparent'
  ,fitExactly: true
  ,offsetTop: 4
  ,tuneHeight: -2
});
sIFR.replace(tradeGothic, {
  selector: 'h2'
  ,css: ['a { color: #FFFFFF; text-decoration: none; }', 'a:hover { color: #ff6600; }', '.sIFR-root {color: #FFFFFF;}']
  ,wmode: 'transparent'
  ,fitExactly: true
});
sIFR.replace(tradeGothic, {
  selector: 'h3'
  ,css: ['a { color: #FFFFFF; text-decoration: none; }', 'a:hover { color: #ff6600; }', '.sIFR-root {color: #FFFFFF;}']
  ,wmode: 'transparent'
  ,fitExactly: true
});
sIFR.replace(tradeGothic, {
  selector: 'h4'
  ,css: ['a { color: #FFFFFF; text-decoration: none; }', 'a:hover { color: #FF6600; }', '.sIFR-root {color: #FFFFFF;}' ]
  ,wmode: 'transparent'
  ,fitExactly: true
});
sIFR.replace(TradeGothicBold, {
  selector: 'h5'
  ,css: ['a { color: #FFFFFF; text-decoration: none; }', 'a:hover { color: #FFFFFF; }', '.sIFR-root {color: #FFFFFF;}', '.sIFR-root {letter-spacing: 1;}' ]
  ,wmode: 'transparent'
  ,fitExactly: true
});