var mixageITC = {
	src: 'multimedia/mixageITC.swf'
};

sIFR.activate(mixageITC);
	
sIFR.replace(mixageITC, 
{
	 selector: '#container h1', 
	 wmode: 'transparent',
	 css: {
			'.sIFR-root': { 
				'color': '#00275D'
			}
		}
});


sIFR.replace(mixageITC, 
{
	 selector: '.home #text h2', 
	 wmode: 'transparent',
	 css: {
			'.sIFR-root': { 
				'color': '#00275D'
			}
		}
});