﻿
 //<[CDATA[  
  var tradegothic = {
    src: '/Scripts/tradegothic2.swf'
  };

  sIFR.delayCSS  = true;
  sIFR.prefetch(tradegothic);

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(tradegothic);
  
  sIFR.replace(tradegothic, {
    selector: 'h1'
    ,css: [
      '.sIFR-root {font-weight: bold; color: #023C40 }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
    sIFR.replace(tradegothic, {
    selector: 'h2'
    ,css: [
      '.sIFR-root {font-weight: bold; color: #530309 }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
     sIFR.replace(tradegothic, {
    selector: 'h3'
    ,css: [
      '.sIFR-root {font-weight: bold; color: #404141 }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
//]]>
