var frutiger = {
  src: '/flash/frutiger_bold.swf'
};
var font_ratios = [6, 0.77, 8, 0.83, 12, 0.89, 13, 0.97, 15, 0.96, 16, 0.97, 37, 1.02, 60, 1.04, 84, 1.05, 1.06];

load_sIFR();

function load_sIFR () {
	sIFR.activate(frutiger);
	
	// sIFR.debug.ratios(frutiger, {
	sIFR.replace(frutiger, {
		selector: '#header .span-7',
		ratios: font_ratios,
		wmode: 'transparent',
		css: [
			'.sIFR-root { background-color: #1c4c8c; color: #ffffff;text-align:right}',
		]
	});
	sIFR.replace(frutiger, {
		selector: '#banner h1, #banner-sub h1',
		ratios: font_ratios,
		wmode: 'transparent',
		css: [
			'.sIFR-root { background-color: #ffffff; color: #012d6b;leading:-3;letter-spacing:-1;}',
		]
	});
	
	sIFR.replace(frutiger, {
		selector: '#home .homebox .signpost_wrapper h2, #side_signposts .signpost_wrapper h2',
		ratios: font_ratios,
		wmode: 'transparent',
		css: [
			'.sIFR-root { background-color: #ffffff; color: #002977;leading:-3;}',
			'a {color: #002977; text-decoration: none;}',
			'a:hover {color: #589fdd;}'
		]
	});

}