var tgothic = {
   src: 'swf/tradegothicltstd-bold.swf'
   ,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]
};

sIFR.delayCSS  = true;
/* sIFR does not work when opened straight from the local filesystem. You must load sIFR from a web server. */

// sIFR.domains = ['novemberborn.net'] // domain check
sIFR.activate(tgothic);

sIFR.replace(tgothic, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #448CCA; text-transform: uppercase; letter-spacing: -1; font-size: 24px; leading: -8}'
    ,'a { text-decoration: none;}'
    ,'a:link { color: #448CCA; }'
    ,'a:hover { color: #00BFF3; }'
  ]
});

sIFR.replace(tgothic, {
  selector: '#content h1'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #448CCA; text-transform: uppercase; letter-spacing: -1; font-size: 28px; leading: -8}'
    ,'a { text-decoration: none;}'
    ,'a:link { color: #448CCA; }'
    ,'a:hover { color: #00BFF3; }'
  ]
});
