var hakadofrutiger = {
  src: 'frutiger.swf'
};

sIFR.activate(hakadofrutiger); // From revision 209 and onwards

sIFR.replace(hakadofrutiger, {
	selector: '#navHome h2'
		,css: [
			'.sIFR-root { color: #ffffff; font-size: 18px; }',
			'a { color: color: #ffffff; text-decoration: none; }',
			'a:hover { color: color: #ffffff; text-decoration: none; }'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});
	
sIFR.replace(hakadofrutiger, {
	selector: '#contentHeader h2'
		,css: [
			'.sIFR-root { color: #ffffff; font-size: 18px; }'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});
	
sIFR.replace(hakadofrutiger, {
	selector: '#banner'
		,css: [
			'.sIFR-root { color: #ffffff; font-size: 20px; }',
			'a {color: #ffffff; text-decoration: none;}',
			'a:hover {color: #ffffff;}'

		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});