var podium = {
  src: '/wp-content/themes/regenbogen/sifr/podium.swf"'
};

sIFR.activate(podium); // From revision 209 and onwards

sIFR.replace(podium, {
	selector: 'h2',
	css: [
		'.sIFR-root { letter-spacing:1.1; color: #B63317; background: transparent }',
		'a { text-decoration: none }',
	    'a:link { color: #B63317 }',
	    'a:hover { color: #B63317; }'
	   ],
	offsetTop:5,
	sharpness:-100
});

sIFR.replace(podium, {
	selector: 'h3',
	css: [
		'.sIFR-root { letter-spacing:1.1; color: #B63317; background: #transparent }',
		'a { text-decoration: none }',
	    'a:link { color: #B63317 }',
	    'a:hover { color: #B63317; }'
	   ],
	offsetTop:5,
	sharpness:-100
});