var bbh = { src: '/media/swf/BlockBerthold.swf' };

sIFR.activate(bbh);

sIFR.replace(bbh, {
	selector: '#main h1.sifr',
	wmode: 'transparent',
	css: '.sIFR-root { background-color: transparent; color: #46166B; margin-bottom: 0; font-size: 32px}'
});
sIFR.replace(bbh, {
	selector: '#main h3.sifr',
	wmode: 'transparent',
	css: '.sIFR-root { background-color: transparent; color: #46166B; margin-bottom: 0; font-size: 18px}'
});


sIFR.replace(bbh, {
	selector: '#sidebar h2.sifr',
	wmode: 'transparent',
	css: '.sIFR-root { background-color: transparent; color: #FFFFFF; margin-bottom: 0; font-size: 24px}'
});
sIFR.replace(bbh, {
	selector: '#sidebar h3.sifr',
	wmode: 'transparent',
	css: '.sIFR-root { background-color: transparent; color: #FFFFFF; margin-bottom: 0; font-size: 18px}'
});