var relay = {
  src: 'fileadmin/templates/sifr/relay.swf'
};

sIFR.activate(relay); // From revision 209 and onwards

sIFR.replace(relay, {
  selector: 'h1',
  wmode: 'transparent'
  
});

sIFR.replace(relay, {
  selector: 'h2',
  wmode: 'transparent'
  
});