  var HNLight = {
    src: '/flash/Clarice_Book.swf'
  };
  
  sIFR.useStyleCheck = true;
  sIFR.activate(HNLight);
  
function replaceFonts(){
  
  sIFR.replace(HNLight , {
    selector: '#title h1'
    ,css: [
      '.sIFR-root { font-weight:normal; color:#ceccc5; leading:-6; font-size: 40px;}'
    ]
   ,wmode: 'transparent' 
  });
    
  sIFR.replace(HNLight , {
    selector: '#title p.strap'
    ,css: [
      '.sIFR-root { font-weight:normal; color:#afa892; leading:-6; font-size: 40px;}'
    ]
   ,wmode: 'transparent' 
  });
    
}

// flash fonts
replaceFonts();
