var
titles = { src: 'soho_medium.swf'}

sIFR.activate(titles);

sIFR.replace(titles, { 
	selector: 'h1',
	css: [
	'.sIFR-root { color: #3b3b3b; font-weight: normal; }',
	]
	,wmode: 'transparent'
	,transparent: true	
	,selectable: false
});

sIFR.replace(titles, { 
	selector: 'h2',
	css: [
	'.sIFR-root { color: #b70000; font-weight: normal; }',
	]
	,wmode: 'transparent'
	,transparent: true	
	,selectable: false
});

sIFR.replace(titles, { 
	selector: 'h3',
	css: [
	'.sIFR-root { color: #3b3b3b; font-weight: normal; }',
	]
	,wmode: 'transparent'
	,transparent: true	
	,selectable: false
});

sIFR.replace(titles, { 
	selector: 'h4',
	css: [
	'.sIFR-root { color: #FFFFFF; font-weight: normal; }',
	]
	,wmode: 'transparent'
	,transparent: true	
	,selectable: false
});
