  
    var cochin = {
      src: '/media/fonts/cochin.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]
    };

    var rockwell = {
      src: '/media/fonts/rockwell.swf'
      ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
    };
    
    var chocBox = {
      src: '/media/fonts/c_box.swf'
      ,ratios: [8, 0.77, 11, 0.72, 13, 0.66, 16, 0.68, 18, 0.64, 20, 0.66, 22, 0.64, 32, 0.63, 39, 0.62, 42, 0.61, 44, 0.62, 58, 0.61, 59, 0.6, 61, 0.61, 100, 0.6, 101, 0.59, 103, 0.6, 104, 0.59, 105, 0.6, 107, 0.59, 108, 0.6, 109, 0.59, 110, 0.6, 114, 0.59, 115, 0.6, 119, 0.59, 120, 0.6, 0.59]
       };
       
       
    var chocBoxDeco = {
      src: '/media/fonts/c_box_d.swf'
      ,ratios: [8, 0.77, 11, 0.72, 13, 0.66, 16, 0.68, 18, 0.64, 20, 0.66, 22, 0.64, 32, 0.63, 39, 0.62, 42, 0.61, 44, 0.62, 58, 0.61, 59, 0.6, 61, 0.61, 100, 0.6, 101, 0.59, 103, 0.6, 104, 0.59, 105, 0.6, 107, 0.59, 108, 0.6, 109, 0.59, 110, 0.6, 114, 0.59, 115, 0.6, 119, 0.59, 120, 0.6, 0.59]
       };
       
    var honey = {
      src: '/media/fonts/honeyscript-light.swf'
      ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 22, 1.2, 29, 1.19, 36, 1.18, 51, 1.17, 56, 1.16, 57, 1.17, 81, 1.16, 85, 1.15, 86, 1.16, 92, 1.15, 93, 1.16, 1.15]
       };  
       
    var honeyBold = {
      src: '/media/fonts/honeyscript-semibold.swf'
      ,ratios: [11, 1.49, 15, 1.41, 18, 1.4, 19, 1.37, 24, 1.38, 37, 1.36, 38, 1.34, 44, 1.35, 67, 1.34, 69, 1.33, 70, 1.34, 72, 1.33, 73, 1.34, 116, 1.33, 117, 1.32, 119, 1.33, 120, 1.32, 122, 1.33, 123, 1.32, 1.33]
       };              
             
       

    //sIFR.debug.ratios({ src: 'honeyscript-semibold.swf', selector: 'h1' });
  
  

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(cochin, rockwell, chocBox, chocBoxDeco, honey, honeyBold);

    sIFR.replace(chocBox, {
      selector: 'h1.h1sifr', tuneHeight: 20, offsetTop: 25, fitExactly: true

      ,css: [
        '.sIFR-root { text-align: center; font-weight: normal; background-color:#993300; leading: -10  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #F8F8F8; line-height: 1.5em; }'
      ]

    });
 
     sIFR.replace(honey, {selector: 'h5.honey,h3.honey,h4.honey', offsetLeft: 1, fitExactly: true}); 
     
     sIFR.replace(honeyBold, {selector: 'h5.honeyB,h3.honeyB,h4.honeyB', offsetLeft: 0, fitExactly: true}); 

     sIFR.replace(chocBox, {selector: 'h3.choc', tuneHeight: 20, offsetTop: 25, fitExactly: true
          ,css: [
        '.sIFR-root { leading: -10; line-height: 1.5em;  }'
      ]
     
     }); 
 
     sIFR.replace(chocBox, {selector: 'h4.choc', tuneHeight: 20, offsetTop: 25, fitExactly: true
          ,css: [
        '.sIFR-root { leading: -10; line-height: 1.6em;  }'
      ]
     }); 
 
     sIFR.replace(chocBox, {selector: 'h5.choc', tuneHeight: 10, offsetTop: 13, fitExactly: true
 
     }); 
     
         sIFR.replace(honey, {
      selector: 'h4.honeyS', tuneHeight: 1, offsetTop: 3, offsetLeft: 5 
      ,css: {
        '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.0 }
      }
      ,filters: {
        DropShadow: {
          knockout: true
          ,distance: 1
          ,color: '#330000'
          ,strength: 2
        }
        
      }
    });
    
    /*
    sIFR.replace(honeyBold, {
      selector: 'h5#pullquote', offsetLeft:5 

      ,css: 'em { font-style: normal; color: #660000; }'
      ,selectable: false
    });
  
    sIFR.replace(chocBox, {
      selector: 'h3.sidebox', tuneHeight: 15, offsetTop: 16, offsetLeft: 5 
      ,css: {
        '.sIFR-root': { 'background-color': '#DCDCDC' }
      }
    });
  
    sIFR.replace(honey, {selector: 'h2,h3', offsetLeft: 15});
  
    sIFR.replace(chocBox, {
      selector: 'h4.subhead', tuneHeight: 15, offsetTop: 18, offsetLeft: 5 
      ,css: {
        '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.0 }
      }
      ,filters: {
        DropShadow: {
          knockout: true
          ,distance: 1
          ,color: '#330000'
          ,strength: 2
        }
        
      }
    });
    
    */