var lush3 = {
  src: 'lush3.swf'
};

sIFR.activate(lush3); // From revision 209 and onwards

sIFR.replace(lush3, {
	selector: '#headerFoto h1'
		,css: [
			'.sIFR-root { text-align: center; color: #ffffff; font-size: 23px; }'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});
  
sIFR.replace(lush3, {
	selector: '.subHeaderLeft'
		,css: [
			'.sIFR-root { color: #ffffff; font-size: 17px; }'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});
	
sIFR.replace(lush3, {
	selector: '#headerBottom'
		,css: [
			'.sIFR-root { color: #ffffff; font-size: 17px; }'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});