 /*****************************************************************************
    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 helvetica = {
      src: 'sifr/flash/helvetica.swf'
    };

    sIFR.activate(helvetica);

        sIFR.replace(helvetica, { selector: 'h1.titolo',css: [ '.sIFR-root { text-align: left; font-weight: normal; color: #3f7400; font-size: 26px' ], wmode: 'transparent' }); 

