// JavaScript Document

	var helvetica = {
		src: '../../../flash/sifr/helvetica_neue_ultralight.swf',
		ratios: [9, 1.16, 17, 1.09, 18, 1.08, 24, 1.05, 25, 1.06, 30, 1.04, 32, 1.05, 37, 1.03, 39, 1.04, 40, 1.02, 41, 1.04, 58, 1.03, 97, 1.02, 1.01]
		
	};
						  
	sIFR.activate(helvetica);
						
	sIFR.replace(helvetica, {
		selector: 'h1.content_title',
		css: [
			'.sIFR-root { color: #142616; font-size:32px; }'
		],
		wmode: 'transparent',
		tuneHeight : -2,
		offsetTop:3
	
	});
	
	sIFR.replace(helvetica, {
		selector: '.footer_tagline',
		css: [
			'.sIFR-root { color: #344B36; font-size:32px; margin-top:6px; text-align:center;}'
		],
		wmode: 'transparent',
		tuneHeight : 7
	});
	
	//sIFR.debug.ratios(gnuolane, {selector: 'h1' });
	
	var otto = {
		src: '../../../flash/sifr/otto.swf',
		ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 46, 1.02, 47, 1.01, 48, 1.02, 91, 1.01, 1]
		
	};
						  
	sIFR.activate(otto);
	
	sIFR.replace(otto, {
		selector: 'h2',
		css: [
			'.sIFR-root { color: #142616; font-size:34px; margin-top:8px; }'
		],
		wmode: 'transparent',
		tuneHeight : -8
	});
