	var officina = { src: './flash/emsofficina.swf' };
	var uni = { src: './flash/uni0553.swf' };

	sIFR.fitExactly = true;
	sIFR.activate(officina, uni);
	
	//Page Heading Last Updated Date and Time
	sIFR.replace(officina, {
		selector: 'div#dateTime',
		css: ['.sIFR-root {color:#00426c;font-size:26px;}'],
		offsetTop: -7,
		forceSingleLine: true,
		wmode: 'transparent'
	});
	
	//Individual Section Update Date
	sIFR.replace(uni, {
		selector: 'div.updateStamp',
		css: ['.sIFR-root {color:#666666;font-size:8px;}'],
		forceSingleLine: true,
		pixelFont: true,
		offsetTop: 4,
		wmode: 'transparent'
	});
	
	//Graph Keys
	sIFR.replace(uni, {
		selector: 'div.keyText',
		css: ['.sIFR-root {color:#666666;font-size:8px;}'],
		forceSingleLine: true,
		pixelFont: true,
		offsetTop: -4,
		tuneHeight: -4,
		wmode: 'transparent'
	});
