var tibot = {
  src: '/wp-content/themes/tibot/sifr/tobit_head_sifr.swf'
};

sIFR.activate(tibot);

/* In den Selects */
sIFR.replace(tibot, {
  selector: 'div.select h2',
  transparent:true,
  css:
  [
    '.sIFR-root{ color:#FFFFFF; } '
  ]
});

/* H2-Headlines */
sIFR.replace(tibot, {
  selector: 'h2',
  css:
  [
    '.sIFR-root{ color:#000000; } '
  ]
});

/* H3-Headlines */
sIFR.replace(tibot, {
  selector: 'h3',
  css:
  [
    '.sIFR-root{ color:#000000; } '
  ]
});
