var
titles = { src: 'i/futura.swf'}

sIFR.activate(titles);

sIFR.replace(titles, { 
	selector: '#content h1',
	css: [
	'.sIFR-root { color: #04a9ab; font-weight: normal; text-transform:uppercase; width:815px; text-align:center; }',
	]
	,wmode: 'transparent'
	,transparent: true	
	,selectable: true
});

sIFR.replace(titles, { 
	selector: '.areasHome h5',
	css: [
	'.sIFR-root { color: #04a9ab; font-weight: normal; text-transform:uppercase; }',
	]
	,wmode: 'transparent'
	,transparent: true	
	,selectable: true
});
