var gothic = {
	src: imgroot + '/includes/sIFR/gothic.swf'
	,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
};

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(gothic);
  
  
  /*sIFR.replace(gothic, {
    selector: '.navsifr'
    ,css: {
      '.sIFR-root': { 'background-color': '#DCDCDC' }
    }
  });
  */
  //sIFR.replace(gothic, {selector: 'h2.navsifr'});
  
  sIFR.replace(gothic, {
    selector: '#heading #headingMid h1, #heading #headingMid h2'
    ,css: {
      '.sIFR-root': { 'font-size': 17, 'color': '#FFFFFF', 'text-transform': 'capitalize' }
    }
	,wmode: 'transparent'
  });
  
  sIFR.replace(gothic, {
    selector: '.c1-c3 .sideContainerSubHead h2'
    ,css: {
      '.sIFR-root': { 'font-size': 14, 'color': '#FFFFFF', 'background-color': '#006BC8' }
    }
	,wmode: 'transparent'
  });
  
  sIFR.replace(gothic, {
    selector: '.sideContainerSubHead h2'
    ,css: {
      '.sIFR-root': { 'font-size': 19, 'color': '#FFFFFF', 'background-color': '#006BC8' }
    }
	,wmode: 'transparent'
  });
  
  sIFR.replace(gothic, {
    selector: '.mainSubHead h3'
    ,css: {
      '.sIFR-root': { 'font-size': 22, 'color': '#FECC30', 'background-color': '#006BC8' }
    }
	,wmode: 'transparent'
  });
  
  sIFR.replace(gothic, {
    selector: '.tabHeading h1'
    ,css: {
      '.sIFR-root': { 'font-size': 22, 'color': '#0171E1' }
    }
	,wmode: 'transparent'
  });
  
  sIFR.replace(gothic, {
    selector: 'span#heading h1, span#heading h2'
    ,css: {
      '.sIFR-root': { 'font-size': 22, 'font-weight': 'normal', 'color': '#019FDE' }
    }
	,wmode: 'transparent'
  });
  
  sIFR.replace(gothic, {
    selector: '.mainSubHead h3'
    ,css: {
      '.sIFR-root': { 'font-size': 30, 'font-weight': 'bold', 'color': '#FECC30', 'background-color': '#006BC8' }
    }
	,wmode: 'transparent'
  });
  