
var titel = { src: '/js/titel.swf' };

sIFR.activate(titel);

function replHeaders(){
	sIFR.replace(titel, {
		selector: 'h1.repl',
		wmode: 'transparent',
		css: ['.sIFR-root { text-decoration: none; color:#f39a00; text-transform:uppercase; display: inline;}']
	});
	
	sIFR.replace(titel, {
		selector: 'h3.repl.orange',
		wmode: 'transparent',
		css: ['.sIFR-root { text-decoration: none; color:#fdce7e; text-transform:uppercase; display: inline;}']
	});
	
	sIFR.replace(titel, {
		selector: 'h2.dark',
		wmode: 'transparent',
		css: ['.sIFR-root { text-decoration: none; color:#00418d; text-transform:uppercase; display: inline;}']
	});	
}

replHeaders();