var rockwell = {
  src: '../rockwell.swf'
};

sIFR.activate(rockwell);

 sIFR.replace(rockwell, {
    selector: 'h1'
    ,css: 'em { font-style: normal; color: #993333; }'
    ,selectable: false
  });