  var sauna = {
    src: 'sauna.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]
  };

  

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(sauna);

  sIFR.replace(sauna, {
    selector: 'h3.titel'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 28px; font-weight: normal; color:#ED2E38; background-color: #FFFFFF; }'
      ,'a { text-decoration: none; color: #ED2E38;}'
      ,'a:link { color: #ED2E38; }'
      ,'a:hover { color: #54C247; }'
    ]
  });
   sIFR.replace(sauna, {
    selector: 'h5.menu'
    ,css: [
      '.sIFR-root { text-align: center; font-size: 24px; font-weight: normal; color:#ED2E38; background-color: #FFFFFF; }'
      ,'a { text-decoration: none; color: #ED2E38;}'
      ,'a:link { color: #ED2E38; }'
      ,'a:hover { color: #54C247; }'
    ]
  });
   sIFR.replace(sauna, {
    selector: 'h5.rood'
	
    ,css: [
      '.sIFR-root { text-align: left; font-size: 18px; font-weight: normal; color:#FFFFFF; background-color: #ED2E38; }'
      ,'a { text-decoration: none; color: #FFFFFF;}'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #ED2E38; }'
    ],
	wmode: 'transparent' 
  });
  
  sIFR.replace(sauna, {
    selector: 'h5#pullquote'
    ,css: 'em { font-style: normal; color: #660000; }'
    ,selectable: false
  });
  
  sIFR.replace(sauna, {
    selector: 'h3.sidebox'
    ,css: {
      '.sIFR-root': { 'background-color': '#DCDCDC' }
    }
  });
  
  sIFR.replace(sauna, {selector: 'h2,h3'});
  
  sIFR.replace(sauna, {
    selector: 'h4.subhead'
    ,css: {
      '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
    }
    ,filters: {
      DropShadow: {
        knockout: true
        ,distance: 1
        ,color: '#330000'
        ,strength: 2
      }
    }
  });
