  var MetaBook = {
    src: '/swf/MetaBook.swf'
  };
  var MetaNormal = {
    src: '/swf/MetaNormal.swf'
  };
  

  sIFR.delayCSS  = true;
  sIFR.fitExactly = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(MetaBook);
  
  sIFR.replace(MetaBook, {
    selector: '#club h1', wmode: 'transparent', offsetTop:'-2', tuneHeight:'-5', tuneWidth:'5'
    ,css: [
      '.sIFR-root {color:#f37736;font-size:14px;font-weight: bold;}'
    ]
  });
  sIFR.replace(MetaBook, {
    selector: '#club h2', wmode: 'transparent', offsetTop:'-2', tuneHeight:'-5', tuneWidth:'5'
    ,css: [
      '.sIFR-root {color:#f37736;font-size:14px;font-weight: bold;}'
    ]
  });
  sIFR.replace(MetaNormal, {
    selector: '#club h3', wmode: 'transparent', offsetTop:'0', tuneHeight:'-5', tuneWidth:'5'
    ,css: [
      '.sIFR-root {color:#000000;font-size:18px;font-weight: bold;}'
    ]
  });
  
  
  sIFR.replace(MetaBook, {
    selector: '#news h2', wmode: 'transparent', offsetTop:'0', tuneHeight:'-5', tuneWidth:'5'
    ,css: [
      '.sIFR-root {color:#f37736;font-size:14px;font-weight: bold;}'
    ]
  });
    
  
  sIFR.replace(MetaNormal, {
    selector: '#main_content h1', wmode: 'transparent', offsetTop:'0', tuneHeight:'-5', tuneWidth:'5'
    ,css: [
      '.sIFR-root {color:#f37736;font-size:30px;font-weight: bold;}'
    ]
  });
  sIFR.replace(MetaNormal, {
    selector: '#main_content h2', wmode: 'transparent', offsetTop:'0', tuneHeight:'0', tuneWidth:'5'
    ,css: [
      '.sIFR-root {color:#000000;font-size:16px;font-weight: bold;}'
    ]
  });
  sIFR.replace(MetaNormal, {
    selector: '#content_reviews h1', wmode: 'transparent', offsetTop:'0', tuneHeight:'-5', tuneWidth:'5'
    ,css: [
      '.sIFR-root {color:#f37736;font-size:14px;font-weight: bold;text-align:center;}'
    ]
  });

