    var dhfont = {
      src: '/swf/dhfont.swf'
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(dhfont);
  
    sIFR.replace(dhfont, {selector: 'h1,h2,h3,h4'});

    sIFR.replace(dhfont, {
      selector: 'h5'
      ,css: [
        '.sIFR-root { background-color: #000000; color: #FFFFFF; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
