    /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/

    var helveticaneue = {
      src: 'helveticaneue.swf'
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    //sIFR.useStyleCheck = true;
    sIFR.activate(helveticaneue);
 
    sIFR.replace(helveticaneue, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { color:#F99E2C; font-size:22px; }'
       ]
      ,wmode: 'transparent',offsetTop: '5'
    });
   
    
  