  var cooper = {
    src: 'cooper.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(cooper);

  sIFR.replace(cooper, {
    selector: 'h1'
	,wmode: 'transparent' 
    ,css: [
      '.sIFR-root { text-align: right; font-size: 24px; font-weight: normal; color:#0092CF; }'
      ,'a { text-decoration: none; color: #0092CF;}'
      ,'a:link { color: #0092CF; }'
      ,'a:hover { color: #FF8B05; }'
    ]
  });
  
  sIFR.replace(cooper, {
    selector: 'h5#pullquote'
    ,css: 'em { font-style: normal; color: #660000; }'
    ,selectable: false
  });
  
  sIFR.replace(cooper, {
    selector: 'h3.titel'
    ,wmode: 'transparent' 
    ,css: [
      '.sIFR-root { text-align: right; font-size: 26px; font-weight: normal; color:#FF0066; }'
      ,'a { text-decoration: none; color: #FF0066;}'
      ,'a:link { color: #0092CF; }'
      ,'a:hover { color: #FF8B05; }'
    ]
  });
    sIFR.replace(cooper, {
    selector: 'h4.cms'
    ,wmode: 'transparent' 
    ,css: [
      '.sIFR-root { text-align: left; font-size: 21px; font-weight: normal; color:#FF0066; }'
      ,'a { text-decoration: none; color: #FF0066;}'
      ,'a:link { color: #FF0066; }'
      ,'a:hover { color: #000000; }'
    ]
  });
  sIFR.replace(cooper, {
    selector: 'h4.menu1'
    ,wmode: 'transparent' 
    ,css: [
      '.sIFR-root { text-align: left; font-size: 21px; font-weight: normal; color:#FF8B05; }'
      ,'a { text-decoration: none; color: #FF8B05;}'
      ,'a:link { color: #FF8B05; }'
      ,'a:hover { color: #0092CF; }'
    ]
  });
  sIFR.replace(cooper, {
    selector: 'h5.submenu'
    ,wmode: 'transparent' 
    ,css: [
      '.sIFR-root { text-align: left; font-size: 18px; font-weight: normal; color:#0059A1; }'
      ,'a { text-decoration: none; color: #0059A1;}'
      ,'a:link { color: #0059A1; }'
      ,'a:hover { color: #FF8B05; }'
    ]
  });
  
  sIFR.replace(cooper, {selector: 'h2,h3'});
  
  sIFR.replace(cooper, {
    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
      }
    }
  });