/*****************************************************************************
    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.
    *****************************************************************************/
	if (!window.isEditor)
	{
		var frutiger = {
		  src: 'swf/frutiger.swf',
		  ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 35, 1.24, 39, 1.23, 40, 1.24, 50, 1.23, 54, 1.22, 55, 1.23, 81, 1.22, 84, 1.21, 86, 1.22, 89, 1.21, 90, 1.22, 94, 1.21, 95, 1.22, 1.21]
		}

		sIFR.activate(frutiger);
		
		sIFR.replace(frutiger, {
		  selector: 'h1'
		  ,wmode: 'transparent'
		  ,css: {
			'.sIFR-root': { 'color': '#00518e' }
		  }
		});
		
		sIFR.replace(frutiger, {
		  selector: 'h3'
		  ,wmode: 'transparent'
		  ,css: {
			'.sIFR-root': { 'color': '#00518e' }
		  }
		});
		
		sIFR.replace(frutiger, {
		  selector: 'h2'
		  ,wmode: 'transparent'
		  ,css: {
			'.sIFR-root': { 'color': '#00518e' }
		  }
		});
	}
