  var tradegothic = {
    src: 'trade_gothic.swf'
	};

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(tradegothic);

  sIFR.replace(tradegothic, {
    selector: 'h1'
    ,ratios: [8, 1.41, 10, 1.32, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 46, 1.23, 74, 1.22, 75, 1.21, 76, 1.22, 80, 1.21, 81, 1.22, 1.21] 
    ,css: [
	    '.sIFR-root { color: #797979; float: left; font-weight: bold; margin: 0px; text-transform: uppercase;}'
	    ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #EE1111; }'
      ],wmode: 'transparent'
  });


 
  sIFR.replace(tradegothic, {
    selector: 'h2'
    ,ratios: [8, 1.41, 10, 1.32, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 46, 1.23, 74, 1.22, 75, 1.21, 76, 1.22, 80, 1.21, 81, 1.22, 1.21]
    ,css: [
	    '.sIFR-root { color: #787878; float: left; font-weight: bold; margin: 0px; text-transform: uppercase;}'
	    ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #EE1111; }'
      ],wmode: 'transparent'
  });

  sIFR.replace(tradegothic, {
    selector: 'h3'
    ,css: [
	    '.sIFR-root { color: #787878; float: left; font-weight: bold; margin: 0px; text-transform: uppercase;}'
	    ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #EE1111; }'
      ],wmode: 'transparent'
  });
  
