
  //<[CDATA[
  
  var newsGothic = {
    src: '/images/sifr.swf'
    ,ratios: [8,1.41,10,1.33,14,1.31,16,1.26,20,1.27,24,1.26,25,1.24,26,1.25,35,1.24,49,1.23,74,1.22,75,1.21,76,1.22,77,1.21,79,1.22,80,1.21,81,1.22,1.21]
	,wmode: 'transparent'
  };

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains
  sIFR.activate(newsGothic);
  
  sIFR.replace(newsGothic, {
    selector: '.Morpheus-PageTitle, .Morpheus-Title'
    ,css: [
      '.sIFR-root {font-weight: bold; font-size:18px; color:#EE3A43; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #EE3A43; }'
      ,'a:hover { color: #AA3A43; }'
    ]
  });
  
  sIFR.replace(newsGothic, {
    selector: '.NewsBlurb-Title'
    ,css: [
      '.sIFR-root {font-weight: bold; font-size:18px; color:#333333;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #888888; }'
    ]
  });

  sIFR.replace(newsGothic, {
    selector: '.header-text .embiggen-font'
    ,css: [
      '.sIFR-root {font-style:italic; text-align:right; font-weight:bold; font-size:20px; width:416px; color:#000000;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #888888; }'
    ]
  });
 sIFR.replace(newsGothic, {
    selector: '.header-text .small-font'
    ,css: [
      '.sIFR-root {font-style:italic; text-align:right; font-weight:bold; font-size:14px; color:#000000;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #888888; }'
    ]
  });


  //]]>