var futura = {
        src: 'http://blog.simyo.de/wp-content/themes/default/Futurabc-sifr3-04.swf'
	};  
sIFR.activate(futura);  
sIFR.replace(futura, {  
	selector: '#content h2',
	wmode: 'transparent',
    css: [
    '.sIFR-root { color:#000000; font-size:26px;}',
    '.sIFR-root a:link { text-decoration: none; color: #000000; }',
    '.sIFR-root a:visited { text-decoration: none; color: #000000; }',
    '.sIFR-root a:hover { text-decoration:none; color: #bfbfbf; }',
    '.sIFR-root a:active { text-decoration:none; color: #bfbfbf; }']});

sIFR.replace(futura, {
	selector: '#sidebar h2',
	wmode: 'transparent',
    css: [
    '.sIFR-root {color: #ffffff; font-size:16px;}'
    ]
    });
