var mittel = {
  src: '/sifr/mittel.swf'
};

sIFR.activate(mittel); // From revision 209 and onwards

sIFR.replace(mittel, {
  selector: '#content h3, #content-single h3'
      ,css: [
      ,'a { text-decoration: none; color: #333; }'
      ,'a:link { color: #333 }'
      ,'a:hover { color: #666; text-decoration: underline; }'
    ], wmode: 'transparent'
});