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

    sIFR.activate(franklin);

    sIFR.replace(franklin, { selector: 'h1.testata',css: [ '.sIFR-root { text-align: center; color: #ddeaf7;' ], wmode: 'transparent' }); 
  
        sIFR.replace(franklin, { selector: 'h2.testata',css: [ '.sIFR-root { text-align: center; font-weight: normal; color: #ffffff' ], wmode: 'transparent' }); 
  
        sIFR.replace(franklin, { selector: 'h1.titolo',css: [ '.sIFR-root { text-align: left; font-weight: normal; color: #5e8bc2' ], wmode: 'transparent' }); 
  
        sIFR.replace(franklin, { selector: 'h1.promo',css: [ '.sIFR-root { text-align: left; font-weight: normal; color: #bad7fc' ], wmode: 'transparent' }); 
  
        sIFR.replace(franklin, { selector: 'h1.news',css: [ '.sIFR-root { text-align: left; font-weight: normal; color: #5282bd' ], wmode: 'transparent' }); 


