
    /*****************************************************************************
    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 frankgothcn = {
      src: '_swf/sifr/neuzeitlt.swf'
      ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 17, 1.24, 18, 1.25, 28, 1.23, 29, 1.2, 34, 1.22, 35, 1.2, 40, 1.21, 42, 1.19, 53, 1.2, 85, 1.19, 87, 1.18, 89, 1.19, 93, 1.18, 94, 1.19, 104, 1.18, 105, 1.19, 1.18]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(frankgothcn);
    
    sIFR.replace(frankgothcn, {
    	selector: 'h1'
    	,css: {
    	  '.sIFR-root': { 'color': '#fac809', 'letter-spacing': -1, 'text-transform': 'uppercase', 'font-size': '16px',  'line-height': '.6em' }
    	}
    });
    /*
    sIFR.debug.ratios(frankgothcn, {
    	selector: 'h1,h2,h3,.sifr-headline'
    	,css: {
    	  '.sIFR-root': { 'color': '#f3a30a', 'letter-spacing': -1, 'text-transform': 'uppercase', 'font-size': '24px' }
    	}
    });
    */
