var rockwell = {
  src: '/sifr/demo/rockwell.swf'
};

var rockwell2 = {
  src: '/sifr/demo/rockwell2.swf'
};

sIFR.activate(rockwell);

sIFR.replace(rockwell, {
  selector: ' .calamiteit',
  wmode: 'transparent',
  css: '.sIFR-root {text-decoration: none;}'
});

sIFR.replace(rockwell, {
  selector: ' .content-searchengine-sifr',
  wmode: 'transparent',
  css: '.sIFR-root {text-decoration: none;background-color: #ececec;}'
});

sIFR.replace(rockwell2, {
  selector: ' .calamiteitbold',
  wmode: 'transparent',
  css: '.sIFR-root {text-decoration: none;}'
});

sIFR.replace(rockwell2, {
  selector: ' .content-searchengine-sifrbold',
  wmode: 'transparent',
  css: '.sIFR-root {text-decoration: none;background-color: #ececec;}'
});
