var
titles = { src: '../ezzo.swf'}

sIFR.activate(titles);

sIFR.replace(titles, { 
	selector: 'h1',
	css: [
	'.sIFR-root { color: #bf0000; font-weight: normal; }',
	]
	,wmode: 'transparent'
	,transparent: true	
	,selectable: false
});

sIFR.replace(titles, { 
	selector: 'h2',
	css: [
	'.sIFR-root { color: #6b6b6b; font-weight: normal; }',
	]
	,wmode: 'transparent'
	,transparent: true	
	,selectable: false
});