
var tradegot = {
  src: wwwRoot+'swf/tradegot.swf'
  ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 23, 1.22, 28, 1.23, 29, 1.2, 34, 1.22, 41, 1.21, 53, 1.2, 86, 1.19, 87, 1.18, 89, 1.19, 93, 1.18, 94, 1.19, 95, 1.18, 96, 1.19, 98, 1.18, 99, 1.19, 104, 1.18, 105, 1.19, 1.18]
};

sIFR.activate(tradegot);
//sIFR.debug.ratios({ src: 'swf/typewriter.swf', selector: 'h1' });


sIFR.replace(tradegot, {
wmode: 'transparent',
  selector: '.homeBox h2, .homeBoxSmall h2'
      ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #ffffff; padding: 0px; margin: 0px; font-size: 18px; text-transform: uppercase;}'
      ,'em { color: #8fa437; font-style: normal; }'
	  ,'a { text-align: left; font-weight: normal; text-decoration: none; color: #198fbb; }'
		,'a:hover { color: #c6c6c6; }'
    ]
});

sIFR.replace(tradegot, {
wmode: 'transparent',
  selector: '.sponsorRow h2'
      ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #618813; padding: 0px; margin: 0px; font-size: 12px; text-transform: uppercase;}'
      ,'em { color: #8fa437; font-style: normal; }'
	  ,'a { text-align: left; font-weight: normal; text-decoration: none; color: #198fbb; }'
		,'a:hover { color: #c6c6c6; }'
    ]
});

sIFR.replace(tradegot, {
wmode: 'transparent',
  selector: '.contentBox h2'
      ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #618813; padding: 0px; margin: 0px; font-size: 18px; text-transform: uppercase;}'
      ,'em { color: #8fa437; font-style: normal; }'
	  ,'a { text-align: left; font-weight: normal; text-decoration: none; color: #198fbb; }'
		,'a:hover { color: #c6c6c6; }'
    ]
});




sIFR.replace(tradegot, {
wmode: 'transparent',
  selector: '#footer h2'
      ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #bdbdbd; padding: 0px; margin: 0px; font-size: 18px;}'
    ]
});


sIFR.replace(tradegot, {
wmode: 'transparent',
  selector: '.wrapper h2'
      ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #198fbb; padding: 0px; margin: 0px; font-size: 18px;}'
      ,'em { color: #8fa437; font-style: normal; }'
	  ,'a { text-align: left; font-weight: normal; text-decoration: none; color: #198fbb; }'
		,'a:hover { color: #c6c6c6; }'
    ]
});

